Shades of Fog #D1CBDD
Tints of Fog #D1CBDD
RGB
CMYK
RGB Variations
Color information
#D1CBDD (or 0xD1CBDD) is known color: Fog. HEX triplet: D1, CB and DD. RGB value is (209,203,221). Sum of RGB (Red+Green+Blue) = 209+203+221=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBDD is #2E3422. Grayscale: #CECECE. Windows color (decimal): -3028003 or 14535633. OLE color: 14535633.
HSL color Cylindrical-coordinate representation of color #D1CBDD: hue angle of 260º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1CBDD is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 203 | 221 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.13 |
| HSL | 260º | 0.21% | 0.83% | - |
| HSV(B) | 260º | 0.08% | 0.87% | - |
| XYZ | 60.7 | 61.49 | 77.08 | - |
| YUV | 206.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 221 | 0.05 | 0.08 | 0 | 0.13 | 260 | 0.21 | 0.83 |
| Hex | D1 | CB | DD | 5 | 8 | 0 | D | 104 | 15 | 53 |
| Octal | 321 | 313 | 335 | 5 | 10 | 0 | 15 | 404 | 25 | 123 |
| Binary | 11010001 | 11001011 | 11011101 | 101 | 1000 | 0 | 1101 | 100000100 | 10101 | 1010011 |
Color Harmonies of #D1CBDD
Complementary color
Monochromatic Colors of #D1CBDD
Black with #D1CBDD
Text Example
Text Example
White with #D1CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBDD; }
p { color: rgb(209,203,221); }
H1.HeaderClassName
{
color: #D1CBDD;
}
.AnyTagClassName
{
color: #D1CBDD;
}
</style>
background-color css
<style>
a { background-color: #D1CBDD; }
a { background-color: rgb(209,203,221); }
div.DivClassName
{
background-color: #D1CBDD;
}
.BgClassName
{
background-color: #D1CBDD;
}
</style>
border-color css
<style>
span { border-color: #D1CBDD; }
span { border-color: rgb(209,203,221); }
td.TdClassName
{
border-color: #D1CBDD;
}
.TagClassName
{
border-color: #D1CBDD;
}
</style>