Shades of Fog #D1CBDA
Tints of Fog #D1CBDA
RGB
CMYK
RGB Variations
Color information
#D1CBDA (or 0xD1CBDA) is known color: Fog. HEX triplet: D1, CB and DA. RGB value is (209,203,218). Sum of RGB (Red+Green+Blue) = 209+203+218=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBDA is #2E3425. Grayscale: #CECECE. Windows color (decimal): -3028006 or 14339025. OLE color: 14339025.
HSL color Cylindrical-coordinate representation of color #D1CBDA: hue angle of 264º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1CBDA is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 203 | 218 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.15 |
| HSL | 264º | 0.17% | 0.83% | - |
| HSV(B) | 264º | 0.07% | 0.85% | - |
| XYZ | 60.31 | 61.33 | 74.99 | - |
| YUV | 206.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 218 | 0.04 | 0.07 | 0 | 0.15 | 264 | 0.17 | 0.83 |
| Hex | D1 | CB | DA | 4 | 7 | 0 | F | 108 | 11 | 53 |
| Octal | 321 | 313 | 332 | 4 | 7 | 0 | 17 | 410 | 21 | 123 |
| Binary | 11010001 | 11001011 | 11011010 | 100 | 111 | 0 | 1111 | 100001000 | 10001 | 1010011 |
Color Harmonies of #D1CBDA
Complementary color
Monochromatic Colors of #D1CBDA
Black with #D1CBDA
Text Example
Text Example
White with #D1CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBDA; }
p { color: rgb(209,203,218); }
H1.HeaderClassName
{
color: #D1CBDA;
}
.AnyTagClassName
{
color: #D1CBDA;
}
</style>
background-color css
<style>
a { background-color: #D1CBDA; }
a { background-color: rgb(209,203,218); }
div.DivClassName
{
background-color: #D1CBDA;
}
.BgClassName
{
background-color: #D1CBDA;
}
</style>
border-color css
<style>
span { border-color: #D1CBDA; }
span { border-color: rgb(209,203,218); }
td.TdClassName
{
border-color: #D1CBDA;
}
.TagClassName
{
border-color: #D1CBDA;
}
</style>