Shades of Fog #DECBF8
Tints of Fog #DECBF8
RGB
CMYK
RGB Variations
Color information
#DECBF8 (or 0xDECBF8) is known color: Fog. HEX triplet: DE, CB and F8. RGB value is (222,203,248). Sum of RGB (Red+Green+Blue) = 222+203+248=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 248 - color contains mainly: blue. Hex color #DECBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECBF8 is #213407. Grayscale: #D5D5D5. Windows color (decimal): -2176008 or 16305118. OLE color: 16305118.
HSL color Cylindrical-coordinate representation of color #DECBF8: hue angle of 265.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DECBF8 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 203 | 248 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.03 |
| HSL | 265.33º | 0.76% | 0.88% | - |
| HSV(B) | 265.33º | 0.18% | 0.97% | - |
| XYZ | 68.42 | 65.02 | 97.75 | - |
| YUV | 213.81 | 147.29 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 248 | 0.10 | 0.18 | 0 | 0.03 | 265.33 | 0.76 | 0.88 |
| Hex | DE | CB | F8 | A | 12 | 0 | 3 | 109 | 4C | 58 |
| Octal | 336 | 313 | 370 | 12 | 22 | 0 | 3 | 411 | 114 | 130 |
| Binary | 11011110 | 11001011 | 11111000 | 1010 | 10010 | 0 | 11 | 100001001 | 1001100 | 1011000 |
Color Harmonies of #DECBF8
Complementary color
Monochromatic Colors of #DECBF8
Black with #DECBF8
Text Example
Text Example
White with #DECBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECBF8; }
p { color: rgb(222,203,248); }
H1.HeaderClassName
{
color: #DECBF8;
}
.AnyTagClassName
{
color: #DECBF8;
}
</style>
background-color css
<style>
a { background-color: #DECBF8; }
a { background-color: rgb(222,203,248); }
div.DivClassName
{
background-color: #DECBF8;
}
.BgClassName
{
background-color: #DECBF8;
}
</style>
border-color css
<style>
span { border-color: #DECBF8; }
span { border-color: rgb(222,203,248); }
td.TdClassName
{
border-color: #DECBF8;
}
.TagClassName
{
border-color: #DECBF8;
}
</style>