Shades of Fog #D5D0DC
Tints of Fog #D5D0DC
RGB
CMYK
RGB Variations
Color information
#D5D0DC (or 0xD5D0DC) is known color: Fog. HEX triplet: D5, D0 and DC. RGB value is (213,208,220). Sum of RGB (Red+Green+Blue) = 213+208+220=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0DC is #2A2F23. Grayscale: #D2D2D2. Windows color (decimal): -2764580 or 14471381. OLE color: 14471381.
HSL color Cylindrical-coordinate representation of color #D5D0DC: hue angle of 265º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5D0DC is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 208 | 220 | - |
CMYK | 0.03 | 0.05 | 0 | 0.14 |
HSL | 265º | 0.15% | 0.84% | - |
HSV(B) | 265º | 0.05% | 0.86% | - |
XYZ | 62.91 | 64.43 | 76.83 | - |
YUV | 210.86 | 133.16 | 129.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 208 | 220 | 0.03 | 0.05 | 0 | 0.14 | 265 | 0.15 | 0.84 |
Hex | D5 | D0 | DC | 3 | 5 | 0 | E | 109 | F | 54 |
Octal | 325 | 320 | 334 | 3 | 5 | 0 | 16 | 411 | 17 | 124 |
Binary | 11010101 | 11010000 | 11011100 | 11 | 101 | 0 | 1110 | 100001001 | 1111 | 1010100 |
Color Harmonies of #D5D0DC
Complementary color
Monochromatic Colors of #D5D0DC
Black with #D5D0DC
Text Example
Text Example
White with #D5D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D0DC; }
p { color: rgb(213,208,220); }
H1.HeaderClassName
{
color: #D5D0DC;
}
.AnyTagClassName
{
color: #D5D0DC;
}
</style>
background-color css
<style>
a { background-color: #D5D0DC; }
a { background-color: rgb(213,208,220); }
div.DivClassName
{
background-color: #D5D0DC;
}
.BgClassName
{
background-color: #D5D0DC;
}
</style>
border-color css
<style>
span { border-color: #D5D0DC; }
span { border-color: rgb(213,208,220); }
td.TdClassName
{
border-color: #D5D0DC;
}
.TagClassName
{
border-color: #D5D0DC;
}
</style>