Shades of Fog #D4CAE2
Tints of Fog #D4CAE2
RGB
CMYK
RGB Variations
Color information
#D4CAE2 (or 0xD4CAE2) is known color: Fog. HEX triplet: D4, CA and E2. RGB value is (212,202,226). Sum of RGB (Red+Green+Blue) = 212+202+226=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 226 - color contains mainly: blue. Hex color #D4CAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CAE2 is #2B351D. Grayscale: #CFCFCF. Windows color (decimal): -2831646 or 14863060. OLE color: 14863060.
HSL color Cylindrical-coordinate representation of color #D4CAE2: hue angle of 265º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4CAE2 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 212 | 202 | 226 | - |
CMYK | 0.06 | 0.11 | 0 | 0.11 |
HSL | 265º | 0.29% | 0.84% | - |
HSV(B) | 265º | 0.11% | 0.89% | - |
XYZ | 62 | 61.73 | 80.6 | - |
YUV | 207.73 | 138.31 | 131.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 202 | 226 | 0.06 | 0.11 | 0 | 0.11 | 265 | 0.29 | 0.84 |
Hex | D4 | CA | E2 | 6 | B | 0 | B | 109 | 1D | 54 |
Octal | 324 | 312 | 342 | 6 | 13 | 0 | 13 | 411 | 35 | 124 |
Binary | 11010100 | 11001010 | 11100010 | 110 | 1011 | 0 | 1011 | 100001001 | 11101 | 1010100 |
Color Harmonies of #D4CAE2
Complementary color
Monochromatic Colors of #D4CAE2
Black with #D4CAE2
Text Example
Text Example
White with #D4CAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CAE2; }
p { color: rgb(212,202,226); }
H1.HeaderClassName
{
color: #D4CAE2;
}
.AnyTagClassName
{
color: #D4CAE2;
}
</style>
background-color css
<style>
a { background-color: #D4CAE2; }
a { background-color: rgb(212,202,226); }
div.DivClassName
{
background-color: #D4CAE2;
}
.BgClassName
{
background-color: #D4CAE2;
}
</style>
border-color css
<style>
span { border-color: #D4CAE2; }
span { border-color: rgb(212,202,226); }
td.TdClassName
{
border-color: #D4CAE2;
}
.TagClassName
{
border-color: #D4CAE2;
}
</style>