#DBBBCC (or 0xDBBBCC) is unknown color: approx Twilight. HEX triplet: DB, BB and CC. RGB value is (219,187,204). Sum of RGB (Red+Green+Blue) = 219+187+204=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBCC is #244433. Grayscale: #C6C6C6. Windows color (decimal): -2376756 or 13417435. OLE color: 13417435.
HSL color Cylindrical-coordinate representation of color #DBBBCC: hue angle of 328.12º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBBCC is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.14.
<style> p { color: #DBBBCC; } p { color: rgb(219,187,204); } H1.HeaderClassName { color: #DBBBCC; } .AnyTagClassName { color: #DBBBCC; } </style>
<style> a { background-color: #DBBBCC; } a { background-color: rgb(219,187,204); } div.DivClassName { background-color: #DBBBCC; } .BgClassName { background-color: #DBBBCC; } </style>
<style> span { border-color: #DBBBCC; } span { border-color: rgb(219,187,204); } td.TdClassName { border-color: #DBBBCC; } .TagClassName { border-color: #DBBBCC; } </style>