Shades of Fog #DECAFD
Tints of Fog #DECAFD
RGB
CMYK
RGB Variations
Color information
#DECAFD (or 0xDECAFD) is known color: Fog. HEX triplet: DE, CA and FD. RGB value is (222,202,253). Sum of RGB (Red+Green+Blue) = 222+202+253=677 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.79% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #DECAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECAFD is #213502. Grayscale: #D5D5D5. Windows color (decimal): -2176259 or 16632542. OLE color: 16632542.
HSL color Cylindrical-coordinate representation of color #DECAFD: hue angle of 263.53º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DECAFD is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 202 | 253 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.01 |
| HSL | 263.53º | 0.93% | 0.89% | - |
| HSV(B) | 263.53º | 0.2% | 0.99% | - |
| XYZ | 68.97 | 64.86 | 101.81 | - |
| YUV | 213.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 253 | 0.12 | 0.20 | 0 | 0.01 | 263.53 | 0.93 | 0.89 |
| Hex | DE | CA | FD | C | 14 | 0 | 1 | 108 | 5D | 59 |
| Octal | 336 | 312 | 375 | 14 | 24 | 0 | 1 | 410 | 135 | 131 |
| Binary | 11011110 | 11001010 | 11111101 | 1100 | 10100 | 0 | 1 | 100001000 | 1011101 | 1011001 |
Color Harmonies of #DECAFD
Complementary color
Monochromatic Colors of #DECAFD
Black with #DECAFD
Text Example
Text Example
White with #DECAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAFD; }
p { color: rgb(222,202,253); }
H1.HeaderClassName
{
color: #DECAFD;
}
.AnyTagClassName
{
color: #DECAFD;
}
</style>
background-color css
<style>
a { background-color: #DECAFD; }
a { background-color: rgb(222,202,253); }
div.DivClassName
{
background-color: #DECAFD;
}
.BgClassName
{
background-color: #DECAFD;
}
</style>
border-color css
<style>
span { border-color: #DECAFD; }
span { border-color: rgb(222,202,253); }
td.TdClassName
{
border-color: #DECAFD;
}
.TagClassName
{
border-color: #DECAFD;
}
</style>