Shades of Fog #D1CEDB
Tints of Fog #D1CEDB
RGB
CMYK
RGB Variations
Color information
#D1CEDB (or 0xD1CEDB) is known color: Fog. HEX triplet: D1, CE and DB. RGB value is (209,206,219). Sum of RGB (Red+Green+Blue) = 209+206+219=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CEDB is #2E3124. Grayscale: #D0D0D0. Windows color (decimal): -3027237 or 14405329. OLE color: 14405329.
HSL color Cylindrical-coordinate representation of color #D1CEDB: hue angle of 253.85º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1CEDB is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 206 | 219 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.14 |
| HSL | 253.85º | 0.15% | 0.83% | - |
| HSV(B) | 253.85º | 0.06% | 0.86% | - |
| XYZ | 61.15 | 62.81 | 75.92 | - |
| YUV | 208.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 219 | 0.05 | 0.06 | 0 | 0.14 | 253.85 | 0.15 | 0.83 |
| Hex | D1 | CE | DB | 5 | 6 | 0 | E | FE | F | 53 |
| Octal | 321 | 316 | 333 | 5 | 6 | 0 | 16 | 376 | 17 | 123 |
| Binary | 11010001 | 11001110 | 11011011 | 101 | 110 | 0 | 1110 | 11111110 | 1111 | 1010011 |
Color Harmonies of #D1CEDB
Complementary color
Monochromatic Colors of #D1CEDB
Black with #D1CEDB
Text Example
Text Example
White with #D1CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CEDB; }
p { color: rgb(209,206,219); }
H1.HeaderClassName
{
color: #D1CEDB;
}
.AnyTagClassName
{
color: #D1CEDB;
}
</style>
background-color css
<style>
a { background-color: #D1CEDB; }
a { background-color: rgb(209,206,219); }
div.DivClassName
{
background-color: #D1CEDB;
}
.BgClassName
{
background-color: #D1CEDB;
}
</style>
border-color css
<style>
span { border-color: #D1CEDB; }
span { border-color: rgb(209,206,219); }
td.TdClassName
{
border-color: #D1CEDB;
}
.TagClassName
{
border-color: #D1CEDB;
}
</style>