Shades of Fog #DECAFF
Tints of Fog #DECAFF
RGB
CMYK
RGB Variations
Color information
#DECAFF (or 0xDECAFF) is known color: Fog. HEX triplet: DE, CA and FF. RGB value is (222,202,255). Sum of RGB (Red+Green+Blue) = 222+202+255=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #DECAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECAFF is #213500. Grayscale: #D5D5D5. Windows color (decimal): -2176257 or 16763614. OLE color: 16763614.
HSL color Cylindrical-coordinate representation of color #DECAFF: hue angle of 262.64º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DECAFF is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 202 | 255 | - |
| CMYK | 0.13 | 0.21 | 0 | 0 |
| HSL | 262.64º | 1% | 0.9% | - |
| HSV(B) | 262.64º | 0.21% | 1% | - |
| XYZ | 69.29 | 64.99 | 103.5 | - |
| YUV | 214.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 255 | 0.13 | 0.21 | 0 | 0 | 262.64 | 1 | 0.9 |
| Hex | DE | CA | FF | D | 15 | 0 | 0 | 107 | 64 | 5A |
| Octal | 336 | 312 | 377 | 15 | 25 | 0 | 0 | 407 | 144 | 132 |
| Binary | 11011110 | 11001010 | 11111111 | 1101 | 10101 | 0 | 0 | 100000111 | 1100100 | 1011010 |
Color Harmonies of #DECAFF
Complementary color
Monochromatic Colors of #DECAFF
Black with #DECAFF
Text Example
Text Example
White with #DECAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAFF; }
p { color: rgb(222,202,255); }
H1.HeaderClassName
{
color: #DECAFF;
}
.AnyTagClassName
{
color: #DECAFF;
}
</style>
background-color css
<style>
a { background-color: #DECAFF; }
a { background-color: rgb(222,202,255); }
div.DivClassName
{
background-color: #DECAFF;
}
.BgClassName
{
background-color: #DECAFF;
}
</style>
border-color css
<style>
span { border-color: #DECAFF; }
span { border-color: rgb(222,202,255); }
td.TdClassName
{
border-color: #DECAFF;
}
.TagClassName
{
border-color: #DECAFF;
}
</style>