Shades of Fog #D4CCDC
Tints of Fog #D4CCDC
RGB
CMYK
RGB Variations
Color information
#D4CCDC (or 0xD4CCDC) is known color: Fog. HEX triplet: D4, CC and DC. RGB value is (212,204,220). Sum of RGB (Red+Green+Blue) = 212+204+220=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCDC is #2B3323. Grayscale: #D0D0D0. Windows color (decimal): -2831140 or 14470356. OLE color: 14470356.
HSL color Cylindrical-coordinate representation of color #D4CCDC: hue angle of 270º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4CCDC is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 204 | 220 | - |
CMYK | 0.04 | 0.07 | 0 | 0.14 |
HSL | 270º | 0.19% | 0.83% | - |
HSV(B) | 270º | 0.07% | 0.86% | - |
XYZ | 61.66 | 62.35 | 76.49 | - |
YUV | 208.22 | 134.65 | 130.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 204 | 220 | 0.04 | 0.07 | 0 | 0.14 | 270 | 0.19 | 0.83 |
Hex | D4 | CC | DC | 4 | 7 | 0 | E | 10E | 13 | 53 |
Octal | 324 | 314 | 334 | 4 | 7 | 0 | 16 | 416 | 23 | 123 |
Binary | 11010100 | 11001100 | 11011100 | 100 | 111 | 0 | 1110 | 100001110 | 10011 | 1010011 |
Color Harmonies of #D4CCDC
Complementary color
Monochromatic Colors of #D4CCDC
Black with #D4CCDC
Text Example
Text Example
White with #D4CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CCDC; }
p { color: rgb(212,204,220); }
H1.HeaderClassName
{
color: #D4CCDC;
}
.AnyTagClassName
{
color: #D4CCDC;
}
</style>
background-color css
<style>
a { background-color: #D4CCDC; }
a { background-color: rgb(212,204,220); }
div.DivClassName
{
background-color: #D4CCDC;
}
.BgClassName
{
background-color: #D4CCDC;
}
</style>
border-color css
<style>
span { border-color: #D4CCDC; }
span { border-color: rgb(212,204,220); }
td.TdClassName
{
border-color: #D4CCDC;
}
.TagClassName
{
border-color: #D4CCDC;
}
</style>