Shades of Fog #D1C7DB
Tints of Fog #D1C7DB
RGB
CMYK
RGB Variations
Color information
#D1C7DB (or 0xD1C7DB) is known color: Fog. HEX triplet: D1, C7 and DB. RGB value is (209,199,219). Sum of RGB (Red+Green+Blue) = 209+199+219=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C7DB is #2E3824. Grayscale: #CCCCCC. Windows color (decimal): -3029029 or 14403537. OLE color: 14403537.
HSL color Cylindrical-coordinate representation of color #D1C7DB: hue angle of 270º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1C7DB is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 209 | 199 | 219 | - |
CMYK | 0.05 | 0.09 | 0 | 0.14 |
HSL | 270º | 0.22% | 0.82% | - |
HSV(B) | 270º | 0.09% | 0.86% | - |
XYZ | 59.5 | 59.52 | 75.37 | - |
YUV | 204.27 | 136.31 | 131.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 199 | 219 | 0.05 | 0.09 | 0 | 0.14 | 270 | 0.22 | 0.82 |
Hex | D1 | C7 | DB | 5 | 9 | 0 | E | 10E | 16 | 52 |
Octal | 321 | 307 | 333 | 5 | 11 | 0 | 16 | 416 | 26 | 122 |
Binary | 11010001 | 11000111 | 11011011 | 101 | 1001 | 0 | 1110 | 100001110 | 10110 | 1010010 |
Color Harmonies of #D1C7DB
Complementary color
Monochromatic Colors of #D1C7DB
Black with #D1C7DB
Text Example
Text Example
White with #D1C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C7DB; }
p { color: rgb(209,199,219); }
H1.HeaderClassName
{
color: #D1C7DB;
}
.AnyTagClassName
{
color: #D1C7DB;
}
</style>
background-color css
<style>
a { background-color: #D1C7DB; }
a { background-color: rgb(209,199,219); }
div.DivClassName
{
background-color: #D1C7DB;
}
.BgClassName
{
background-color: #D1C7DB;
}
</style>
border-color css
<style>
span { border-color: #D1C7DB; }
span { border-color: rgb(209,199,219); }
td.TdClassName
{
border-color: #D1C7DB;
}
.TagClassName
{
border-color: #D1C7DB;
}
</style>