Shades of Fog #D4CAED
Tints of Fog #D4CAED
RGB
CMYK
RGB Variations
Color information
#D4CAED (or 0xD4CAED) is known color: Fog. HEX triplet: D4, CA and ED. RGB value is (212,202,237). Sum of RGB (Red+Green+Blue) = 212+202+237=651 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.57% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAED is #2B3512. Grayscale: #D0D0D0. Windows color (decimal): -2831635 or 15583956. OLE color: 15583956.
HSL color Cylindrical-coordinate representation of color #D4CAED: hue angle of 257.14º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4CAED is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 202 | 237 | - |
CMYK | 0.11 | 0.15 | 0 | 0.07 |
HSL | 257.14º | 0.49% | 0.86% | - |
HSV(B) | 257.14º | 0.15% | 0.93% | - |
XYZ | 63.56 | 62.35 | 88.81 | - |
YUV | 208.98 | 143.81 | 130.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 202 | 237 | 0.11 | 0.15 | 0 | 0.07 | 257.14 | 0.49 | 0.86 |
Hex | D4 | CA | ED | B | F | 0 | 7 | 101 | 31 | 56 |
Octal | 324 | 312 | 355 | 13 | 17 | 0 | 7 | 401 | 61 | 126 |
Binary | 11010100 | 11001010 | 11101101 | 1011 | 1111 | 0 | 111 | 100000001 | 110001 | 1010110 |
Color Harmonies of #D4CAED
Complementary color
Monochromatic Colors of #D4CAED
Black with #D4CAED
Text Example
Text Example
White with #D4CAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CAED; }
p { color: rgb(212,202,237); }
H1.HeaderClassName
{
color: #D4CAED;
}
.AnyTagClassName
{
color: #D4CAED;
}
</style>
background-color css
<style>
a { background-color: #D4CAED; }
a { background-color: rgb(212,202,237); }
div.DivClassName
{
background-color: #D4CAED;
}
.BgClassName
{
background-color: #D4CAED;
}
</style>
border-color css
<style>
span { border-color: #D4CAED; }
span { border-color: rgb(212,202,237); }
td.TdClassName
{
border-color: #D4CAED;
}
.TagClassName
{
border-color: #D4CAED;
}
</style>