Shades of Fog #D4CADE
Tints of Fog #D4CADE
RGB
CMYK
RGB Variations
Color information
#D4CADE (or 0xD4CADE) is known color: Fog. HEX triplet: D4, CA and DE. RGB value is (212,202,222). Sum of RGB (Red+Green+Blue) = 212+202+222=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 222 - color contains mainly: blue. Hex color #D4CADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CADE is #2B3521. Grayscale: #CFCFCF. Windows color (decimal): -2831650 or 14600916. OLE color: 14600916.
HSL color Cylindrical-coordinate representation of color #D4CADE: hue angle of 270º degrees, saturation: 0.23, 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 #D4CADE is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 202 | 222 | - |
CMYK | 0.05 | 0.09 | 0 | 0.13 |
HSL | 270º | 0.23% | 0.83% | - |
HSV(B) | 270º | 0.09% | 0.87% | - |
XYZ | 61.46 | 61.51 | 77.74 | - |
YUV | 207.27 | 136.31 | 131.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 202 | 222 | 0.05 | 0.09 | 0 | 0.13 | 270 | 0.23 | 0.83 |
Hex | D4 | CA | DE | 5 | 9 | 0 | D | 10E | 17 | 53 |
Octal | 324 | 312 | 336 | 5 | 11 | 0 | 15 | 416 | 27 | 123 |
Binary | 11010100 | 11001010 | 11011110 | 101 | 1001 | 0 | 1101 | 100001110 | 10111 | 1010011 |
Color Harmonies of #D4CADE
Complementary color
Monochromatic Colors of #D4CADE
Black with #D4CADE
Text Example
Text Example
White with #D4CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CADE; }
p { color: rgb(212,202,222); }
H1.HeaderClassName
{
color: #D4CADE;
}
.AnyTagClassName
{
color: #D4CADE;
}
</style>
background-color css
<style>
a { background-color: #D4CADE; }
a { background-color: rgb(212,202,222); }
div.DivClassName
{
background-color: #D4CADE;
}
.BgClassName
{
background-color: #D4CADE;
}
</style>
border-color css
<style>
span { border-color: #D4CADE; }
span { border-color: rgb(212,202,222); }
td.TdClassName
{
border-color: #D4CADE;
}
.TagClassName
{
border-color: #D4CADE;
}
</style>