#DECCF0 (or 0xDECCF0) is unknown color: approx Fog. HEX triplet: DE, CC and F0. RGB value is (222,204,240). Sum of RGB (Red+Green+Blue) = 222+204+240=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #DECCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECCF0 is #21330F. Grayscale: #D5D5D5. Windows color (decimal): -2175760 or 15781086. OLE color: 15781086.
HSL color Cylindrical-coordinate representation of color #DECCF0: hue angle of 270º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DECCF0 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
<style> p { color: #DECCF0; } p { color: rgb(222,204,240); } H1.HeaderClassName { color: #DECCF0; } .AnyTagClassName { color: #DECCF0; } </style>
<style> a { background-color: #DECCF0; } a { background-color: rgb(222,204,240); } div.DivClassName { background-color: #DECCF0; } .BgClassName { background-color: #DECCF0; } </style>
<style> span { border-color: #DECCF0; } span { border-color: rgb(222,204,240); } td.TdClassName { border-color: #DECCF0; } .TagClassName { border-color: #DECCF0; } </style>