Shades of Fog #D4CEE7
Tints of Fog #D4CEE7
RGB
CMYK
RGB Variations
Color information
#D4CEE7 (or 0xD4CEE7) is known color: Fog. HEX triplet: D4, CE and E7. RGB value is (212,206,231). Sum of RGB (Red+Green+Blue) = 212+206+231=649 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.67% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 231 - color contains mainly: blue. Hex color #D4CEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEE7 is #2B3118. Grayscale: #D2D2D2. Windows color (decimal): -2830617 or 15191764. OLE color: 15191764.
HSL color Cylindrical-coordinate representation of color #D4CEE7: hue angle of 254.4º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4CEE7 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 212 | 206 | 231 | - |
CMYK | 0.08 | 0.11 | 0 | 0.09 |
HSL | 254.4º | 0.34% | 0.86% | - |
HSV(B) | 254.4º | 0.11% | 0.91% | - |
XYZ | 63.65 | 63.91 | 84.58 | - |
YUV | 210.64 | 139.49 | 128.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 206 | 231 | 0.08 | 0.11 | 0 | 0.09 | 254.4 | 0.34 | 0.86 |
Hex | D4 | CE | E7 | 8 | B | 0 | 9 | FE | 22 | 56 |
Octal | 324 | 316 | 347 | 10 | 13 | 0 | 11 | 376 | 42 | 126 |
Binary | 11010100 | 11001110 | 11100111 | 1000 | 1011 | 0 | 1001 | 11111110 | 100010 | 1010110 |
Color Harmonies of #D4CEE7
Complementary color
Monochromatic Colors of #D4CEE7
Black with #D4CEE7
Text Example
Text Example
White with #D4CEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CEE7; }
p { color: rgb(212,206,231); }
H1.HeaderClassName
{
color: #D4CEE7;
}
.AnyTagClassName
{
color: #D4CEE7;
}
</style>
background-color css
<style>
a { background-color: #D4CEE7; }
a { background-color: rgb(212,206,231); }
div.DivClassName
{
background-color: #D4CEE7;
}
.BgClassName
{
background-color: #D4CEE7;
}
</style>
border-color css
<style>
span { border-color: #D4CEE7; }
span { border-color: rgb(212,206,231); }
td.TdClassName
{
border-color: #D4CEE7;
}
.TagClassName
{
border-color: #D4CEE7;
}
</style>