Shades of Fog #DECBF0
Tints of Fog #DECBF0
RGB
CMYK
RGB Variations
Color information
#DECBF0 (or 0xDECBF0) is known color: Fog. HEX triplet: DE, CB and F0. RGB value is (222,203,240). Sum of RGB (Red+Green+Blue) = 222+203+240=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #DECBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECBF0 is #21340F. Grayscale: #D4D4D4. Windows color (decimal): -2176016 or 15780830. OLE color: 15780830.
HSL color Cylindrical-coordinate representation of color #DECBF0: hue angle of 270.81º 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 #DECBF0 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 203 | 240 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.06 |
| HSL | 270.81º | 0.55% | 0.87% | - |
| HSV(B) | 270.81º | 0.15% | 0.94% | - |
| XYZ | 67.21 | 64.53 | 91.35 | - |
| YUV | 212.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 240 | 0.08 | 0.15 | 0 | 0.06 | 270.81 | 0.55 | 0.87 |
| Hex | DE | CB | F0 | 8 | F | 0 | 6 | 10F | 37 | 57 |
| Octal | 336 | 313 | 360 | 10 | 17 | 0 | 6 | 417 | 67 | 127 |
| Binary | 11011110 | 11001011 | 11110000 | 1000 | 1111 | 0 | 110 | 100001111 | 110111 | 1010111 |
Color Harmonies of #DECBF0
Complementary color
Monochromatic Colors of #DECBF0
Black with #DECBF0
Text Example
Text Example
White with #DECBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECBF0; }
p { color: rgb(222,203,240); }
H1.HeaderClassName
{
color: #DECBF0;
}
.AnyTagClassName
{
color: #DECBF0;
}
</style>
background-color css
<style>
a { background-color: #DECBF0; }
a { background-color: rgb(222,203,240); }
div.DivClassName
{
background-color: #DECBF0;
}
.BgClassName
{
background-color: #DECBF0;
}
</style>
border-color css
<style>
span { border-color: #DECBF0; }
span { border-color: rgb(222,203,240); }
td.TdClassName
{
border-color: #DECBF0;
}
.TagClassName
{
border-color: #DECBF0;
}
</style>