Shades of Fog #D4CDDD
Tints of Fog #D4CDDD
RGB
CMYK
RGB Variations
Color information
#D4CDDD (or 0xD4CDDD) is known color: Fog. HEX triplet: D4, CD and DD. RGB value is (212,205,221). Sum of RGB (Red+Green+Blue) = 212+205+221=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDDD is #2B3222. Grayscale: #D0D0D0. Windows color (decimal): -2830883 or 14536148. OLE color: 14536148.
HSL color Cylindrical-coordinate representation of color #D4CDDD: hue angle of 266.25º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4CDDD is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 205 | 221 | - |
CMYK | 0.04 | 0.07 | 0 | 0.13 |
HSL | 266.25º | 0.19% | 0.84% | - |
HSV(B) | 266.25º | 0.07% | 0.87% | - |
XYZ | 62.03 | 62.88 | 77.27 | - |
YUV | 208.92 | 134.82 | 130.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 205 | 221 | 0.04 | 0.07 | 0 | 0.13 | 266.25 | 0.19 | 0.84 |
Hex | D4 | CD | DD | 4 | 7 | 0 | D | 10A | 13 | 54 |
Octal | 324 | 315 | 335 | 4 | 7 | 0 | 15 | 412 | 23 | 124 |
Binary | 11010100 | 11001101 | 11011101 | 100 | 111 | 0 | 1101 | 100001010 | 10011 | 1010100 |
Color Harmonies of #D4CDDD
Complementary color
Monochromatic Colors of #D4CDDD
Black with #D4CDDD
Text Example
Text Example
White with #D4CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CDDD; }
p { color: rgb(212,205,221); }
H1.HeaderClassName
{
color: #D4CDDD;
}
.AnyTagClassName
{
color: #D4CDDD;
}
</style>
background-color css
<style>
a { background-color: #D4CDDD; }
a { background-color: rgb(212,205,221); }
div.DivClassName
{
background-color: #D4CDDD;
}
.BgClassName
{
background-color: #D4CDDD;
}
</style>
border-color css
<style>
span { border-color: #D4CDDD; }
span { border-color: rgb(212,205,221); }
td.TdClassName
{
border-color: #D4CDDD;
}
.TagClassName
{
border-color: #D4CDDD;
}
</style>