Shades of Fog #D5CDDD
Tints of Fog #D5CDDD
RGB
CMYK
RGB Variations
Color information
#D5CDDD (or 0xD5CDDD) is known color: Fog. HEX triplet: D5, CD and DD. RGB value is (213,205,221). Sum of RGB (Red+Green+Blue) = 213+205+221=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDDD is #2A3222. Grayscale: #D1D1D1. Windows color (decimal): -2765347 or 14536149. OLE color: 14536149.
HSL color Cylindrical-coordinate representation of color #D5CDDD: hue angle of 270º 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 #D5CDDD is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 213 | 205 | 221 | - |
CMYK | 0.04 | 0.07 | 0 | 0.13 |
HSL | 270º | 0.19% | 0.84% | - |
HSV(B) | 270º | 0.07% | 0.87% | - |
XYZ | 62.32 | 63.03 | 77.29 | - |
YUV | 209.22 | 134.65 | 130.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 205 | 221 | 0.04 | 0.07 | 0 | 0.13 | 270 | 0.19 | 0.84 |
Hex | D5 | CD | DD | 4 | 7 | 0 | D | 10E | 13 | 54 |
Octal | 325 | 315 | 335 | 4 | 7 | 0 | 15 | 416 | 23 | 124 |
Binary | 11010101 | 11001101 | 11011101 | 100 | 111 | 0 | 1101 | 100001110 | 10011 | 1010100 |
Color Harmonies of #D5CDDD
Complementary color
Monochromatic Colors of #D5CDDD
Black with #D5CDDD
Text Example
Text Example
White with #D5CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDDD; }
p { color: rgb(213,205,221); }
H1.HeaderClassName
{
color: #D5CDDD;
}
.AnyTagClassName
{
color: #D5CDDD;
}
</style>
background-color css
<style>
a { background-color: #D5CDDD; }
a { background-color: rgb(213,205,221); }
div.DivClassName
{
background-color: #D5CDDD;
}
.BgClassName
{
background-color: #D5CDDD;
}
</style>
border-color css
<style>
span { border-color: #D5CDDD; }
span { border-color: rgb(213,205,221); }
td.TdClassName
{
border-color: #D5CDDD;
}
.TagClassName
{
border-color: #D5CDDD;
}
</style>