Shades of Fog #D1CED5
Tints of Fog #D1CED5
RGB
CMYK
RGB Variations
Color information
#D1CED5 (or 0xD1CED5) is known color: Fog. HEX triplet: D1, CE and D5. RGB value is (209,206,213). Sum of RGB (Red+Green+Blue) = 209+206+213=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 213 - color contains mainly: blue. Hex color #D1CED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CED5 is #2E312A. Grayscale: #CFCFCF. Windows color (decimal): -3027243 or 14012113. OLE color: 14012113.
HSL color Cylindrical-coordinate representation of color #D1CED5: hue angle of 265.71º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D1CED5 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 206 | 213 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.16 |
| HSL | 265.71º | 0.08% | 0.82% | - |
| HSV(B) | 265.71º | 0.03% | 0.84% | - |
| XYZ | 60.38 | 62.5 | 71.83 | - |
| YUV | 207.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 213 | 0.02 | 0.03 | 0 | 0.16 | 265.71 | 0.08 | 0.82 |
| Hex | D1 | CE | D5 | 2 | 3 | 0 | 10 | 10A | 8 | 52 |
| Octal | 321 | 316 | 325 | 2 | 3 | 0 | 20 | 412 | 10 | 122 |
| Binary | 11010001 | 11001110 | 11010101 | 10 | 11 | 0 | 10000 | 100001010 | 1000 | 1010010 |
Color Harmonies of #D1CED5
Complementary color
Monochromatic Colors of #D1CED5
Black with #D1CED5
Text Example
Text Example
White with #D1CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CED5; }
p { color: rgb(209,206,213); }
H1.HeaderClassName
{
color: #D1CED5;
}
.AnyTagClassName
{
color: #D1CED5;
}
</style>
background-color css
<style>
a { background-color: #D1CED5; }
a { background-color: rgb(209,206,213); }
div.DivClassName
{
background-color: #D1CED5;
}
.BgClassName
{
background-color: #D1CED5;
}
</style>
border-color css
<style>
span { border-color: #D1CED5; }
span { border-color: rgb(209,206,213); }
td.TdClassName
{
border-color: #D1CED5;
}
.TagClassName
{
border-color: #D1CED5;
}
</style>