Shades of Fog #D4CADF
Tints of Fog #D4CADF
RGB
CMYK
RGB Variations
Color information
#D4CADF (or 0xD4CADF) is known color: Fog. HEX triplet: D4, CA and DF. RGB value is (212,202,223). Sum of RGB (Red+Green+Blue) = 212+202+223=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4CADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CADF is #2B3520. Grayscale: #CFCFCF. Windows color (decimal): -2831649 or 14666452. OLE color: 14666452.
HSL color Cylindrical-coordinate representation of color #D4CADF: hue angle of 268.57º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4CADF is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 202 | 223 | - |
CMYK | 0.05 | 0.09 | 0 | 0.13 |
HSL | 268.57º | 0.25% | 0.83% | - |
HSV(B) | 268.57º | 0.09% | 0.87% | - |
XYZ | 61.59 | 61.57 | 78.45 | - |
YUV | 207.38 | 136.81 | 131.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 202 | 223 | 0.05 | 0.09 | 0 | 0.13 | 268.57 | 0.25 | 0.83 |
Hex | D4 | CA | DF | 5 | 9 | 0 | D | 10D | 19 | 53 |
Octal | 324 | 312 | 337 | 5 | 11 | 0 | 15 | 415 | 31 | 123 |
Binary | 11010100 | 11001010 | 11011111 | 101 | 1001 | 0 | 1101 | 100001101 | 11001 | 1010011 |
Color Harmonies of #D4CADF
Complementary color
Monochromatic Colors of #D4CADF
Black with #D4CADF
Text Example
Text Example
White with #D4CADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CADF; }
p { color: rgb(212,202,223); }
H1.HeaderClassName
{
color: #D4CADF;
}
.AnyTagClassName
{
color: #D4CADF;
}
</style>
background-color css
<style>
a { background-color: #D4CADF; }
a { background-color: rgb(212,202,223); }
div.DivClassName
{
background-color: #D4CADF;
}
.BgClassName
{
background-color: #D4CADF;
}
</style>
border-color css
<style>
span { border-color: #D4CADF; }
span { border-color: rgb(212,202,223); }
td.TdClassName
{
border-color: #D4CADF;
}
.TagClassName
{
border-color: #D4CADF;
}
</style>