Shades of Fog #D1CED4
Tints of Fog #D1CED4
RGB
CMYK
RGB Variations
Color information
#D1CED4 (or 0xD1CED4) is known color: Fog. HEX triplet: D1, CE and D4. RGB value is (209,206,212). Sum of RGB (Red+Green+Blue) = 209+206+212=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 212 - color contains mainly: blue. Hex color #D1CED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CED4 is #2E312B. Grayscale: #CFCFCF. Windows color (decimal): -3027244 or 13946577. OLE color: 13946577.
HSL color Cylindrical-coordinate representation of color #D1CED4: hue angle of 270º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D1CED4 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 206 | 212 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.17 |
| HSL | 270º | 0.07% | 0.82% | - |
| HSV(B) | 270º | 0.03% | 0.83% | - |
| XYZ | 60.25 | 62.45 | 71.17 | - |
| YUV | 207.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 212 | 0.01 | 0.03 | 0 | 0.17 | 270 | 0.07 | 0.82 |
| Hex | D1 | CE | D4 | 1 | 3 | 0 | 11 | 10E | 7 | 52 |
| Octal | 321 | 316 | 324 | 1 | 3 | 0 | 21 | 416 | 7 | 122 |
| Binary | 11010001 | 11001110 | 11010100 | 1 | 11 | 0 | 10001 | 100001110 | 111 | 1010010 |
Color Harmonies of #D1CED4
Complementary color
Monochromatic Colors of #D1CED4
Black with #D1CED4
Text Example
Text Example
White with #D1CED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CED4; }
p { color: rgb(209,206,212); }
H1.HeaderClassName
{
color: #D1CED4;
}
.AnyTagClassName
{
color: #D1CED4;
}
</style>
background-color css
<style>
a { background-color: #D1CED4; }
a { background-color: rgb(209,206,212); }
div.DivClassName
{
background-color: #D1CED4;
}
.BgClassName
{
background-color: #D1CED4;
}
</style>
border-color css
<style>
span { border-color: #D1CED4; }
span { border-color: rgb(209,206,212); }
td.TdClassName
{
border-color: #D1CED4;
}
.TagClassName
{
border-color: #D1CED4;
}
</style>