Shades of Fog #D4CFDA
Tints of Fog #D4CFDA
RGB
CMYK
RGB Variations
Color information
#D4CFDA (or 0xD4CFDA) is known color: Fog. HEX triplet: D4, CF and DA. RGB value is (212,207,218). Sum of RGB (Red+Green+Blue) = 212+207+218=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFDA is #2B3025. Grayscale: #D1D1D1. Windows color (decimal): -2830374 or 14340052. OLE color: 14340052.
HSL color Cylindrical-coordinate representation of color #D4CFDA: hue angle of 267.27º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4CFDA is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 207 | 218 | - |
CMYK | 0.03 | 0.05 | 0 | 0.15 |
HSL | 267.27º | 0.13% | 0.83% | - |
HSV(B) | 267.27º | 0.05% | 0.85% | - |
XYZ | 62.12 | 63.68 | 75.35 | - |
YUV | 209.75 | 132.66 | 129.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 207 | 218 | 0.03 | 0.05 | 0 | 0.15 | 267.27 | 0.13 | 0.83 |
Hex | D4 | CF | DA | 3 | 5 | 0 | F | 10B | D | 53 |
Octal | 324 | 317 | 332 | 3 | 5 | 0 | 17 | 413 | 15 | 123 |
Binary | 11010100 | 11001111 | 11011010 | 11 | 101 | 0 | 1111 | 100001011 | 1101 | 1010011 |
Color Harmonies of #D4CFDA
Complementary color
Monochromatic Colors of #D4CFDA
Black with #D4CFDA
Text Example
Text Example
White with #D4CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CFDA; }
p { color: rgb(212,207,218); }
H1.HeaderClassName
{
color: #D4CFDA;
}
.AnyTagClassName
{
color: #D4CFDA;
}
</style>
background-color css
<style>
a { background-color: #D4CFDA; }
a { background-color: rgb(212,207,218); }
div.DivClassName
{
background-color: #D4CFDA;
}
.BgClassName
{
background-color: #D4CFDA;
}
</style>
border-color css
<style>
span { border-color: #D4CFDA; }
span { border-color: rgb(212,207,218); }
td.TdClassName
{
border-color: #D4CFDA;
}
.TagClassName
{
border-color: #D4CFDA;
}
</style>