Shades of Fog #D3CAEF
Tints of Fog #D3CAEF
RGB
CMYK
RGB Variations
Color information
#D3CAEF (or 0xD3CAEF) is known color: Fog. HEX triplet: D3, CA and EF. RGB value is (211,202,239). Sum of RGB (Red+Green+Blue) = 211+202+239=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3CAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CAEF is #2C3510. Grayscale: #D0D0D0. Windows color (decimal): -2897169 or 15715027. OLE color: 15715027.
HSL color Cylindrical-coordinate representation of color #D3CAEF: hue angle of 254.59º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3CAEF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 202 | 239 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.06 |
| HSL | 254.59º | 0.54% | 0.86% | - |
| HSV(B) | 254.59º | 0.15% | 0.94% | - |
| XYZ | 63.56 | 62.32 | 90.34 | - |
| YUV | 208.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 239 | 0.12 | 0.15 | 0 | 0.06 | 254.59 | 0.54 | 0.86 |
| Hex | D3 | CA | EF | C | F | 0 | 6 | FF | 36 | 56 |
| Octal | 323 | 312 | 357 | 14 | 17 | 0 | 6 | 377 | 66 | 126 |
| Binary | 11010011 | 11001010 | 11101111 | 1100 | 1111 | 0 | 110 | 11111111 | 110110 | 1010110 |
Color Harmonies of #D3CAEF
Complementary color
Monochromatic Colors of #D3CAEF
Black with #D3CAEF
Text Example
Text Example
White with #D3CAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CAEF; }
p { color: rgb(211,202,239); }
H1.HeaderClassName
{
color: #D3CAEF;
}
.AnyTagClassName
{
color: #D3CAEF;
}
</style>
background-color css
<style>
a { background-color: #D3CAEF; }
a { background-color: rgb(211,202,239); }
div.DivClassName
{
background-color: #D3CAEF;
}
.BgClassName
{
background-color: #D3CAEF;
}
</style>
border-color css
<style>
span { border-color: #D3CAEF; }
span { border-color: rgb(211,202,239); }
td.TdClassName
{
border-color: #D3CAEF;
}
.TagClassName
{
border-color: #D3CAEF;
}
</style>