Shades of Fog #D5CFDD
Tints of Fog #D5CFDD
RGB
CMYK
RGB Variations
Color information
#D5CFDD (or 0xD5CFDD) is known color: Fog. HEX triplet: D5, CF and DD. RGB value is (213,207,221). Sum of RGB (Red+Green+Blue) = 213+207+221=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFDD is #2A3022. Grayscale: #D2D2D2. Windows color (decimal): -2764835 or 14536661. OLE color: 14536661.
HSL color Cylindrical-coordinate representation of color #D5CFDD: hue angle of 265.71º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5CFDD is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 213 | 207 | 221 | - |
CMYK | 0.04 | 0.06 | 0 | 0.13 |
HSL | 265.71º | 0.17% | 0.84% | - |
HSV(B) | 265.71º | 0.06% | 0.87% | - |
XYZ | 62.8 | 63.99 | 77.45 | - |
YUV | 210.39 | 133.99 | 129.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 207 | 221 | 0.04 | 0.06 | 0 | 0.13 | 265.71 | 0.17 | 0.84 |
Hex | D5 | CF | DD | 4 | 6 | 0 | D | 10A | 11 | 54 |
Octal | 325 | 317 | 335 | 4 | 6 | 0 | 15 | 412 | 21 | 124 |
Binary | 11010101 | 11001111 | 11011101 | 100 | 110 | 0 | 1101 | 100001010 | 10001 | 1010100 |
Color Harmonies of #D5CFDD
Complementary color
Monochromatic Colors of #D5CFDD
Black with #D5CFDD
Text Example
Text Example
White with #D5CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFDD; }
p { color: rgb(213,207,221); }
H1.HeaderClassName
{
color: #D5CFDD;
}
.AnyTagClassName
{
color: #D5CFDD;
}
</style>
background-color css
<style>
a { background-color: #D5CFDD; }
a { background-color: rgb(213,207,221); }
div.DivClassName
{
background-color: #D5CFDD;
}
.BgClassName
{
background-color: #D5CFDD;
}
</style>
border-color css
<style>
span { border-color: #D5CFDD; }
span { border-color: rgb(213,207,221); }
td.TdClassName
{
border-color: #D5CFDD;
}
.TagClassName
{
border-color: #D5CFDD;
}
</style>