Shades of Fog #D9CBEE
Tints of Fog #D9CBEE
RGB
CMYK
RGB Variations
Color information
#D9CBEE (or 0xD9CBEE) is known color: Fog. HEX triplet: D9, CB and EE. RGB value is (217,203,238). Sum of RGB (Red+Green+Blue) = 217+203+238=658 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.98% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CBEE is #263411. Grayscale: #D3D3D3. Windows color (decimal): -2503698 or 15649753. OLE color: 15649753.
HSL color Cylindrical-coordinate representation of color #D9CBEE: hue angle of 264º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9CBEE is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 203 | 238 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.07 |
| HSL | 264º | 0.51% | 0.86% | - |
| HSV(B) | 264º | 0.15% | 0.93% | - |
| XYZ | 65.4 | 63.64 | 89.72 | - |
| YUV | 211.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 238 | 0.09 | 0.15 | 0 | 0.07 | 264 | 0.51 | 0.86 |
| Hex | D9 | CB | EE | 9 | F | 0 | 7 | 108 | 33 | 56 |
| Octal | 331 | 313 | 356 | 11 | 17 | 0 | 7 | 410 | 63 | 126 |
| Binary | 11011001 | 11001011 | 11101110 | 1001 | 1111 | 0 | 111 | 100001000 | 110011 | 1010110 |
Color Harmonies of #D9CBEE
Complementary color
Monochromatic Colors of #D9CBEE
Black with #D9CBEE
Text Example
Text Example
White with #D9CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBEE; }
p { color: rgb(217,203,238); }
H1.HeaderClassName
{
color: #D9CBEE;
}
.AnyTagClassName
{
color: #D9CBEE;
}
</style>
background-color css
<style>
a { background-color: #D9CBEE; }
a { background-color: rgb(217,203,238); }
div.DivClassName
{
background-color: #D9CBEE;
}
.BgClassName
{
background-color: #D9CBEE;
}
</style>
border-color css
<style>
span { border-color: #D9CBEE; }
span { border-color: rgb(217,203,238); }
td.TdClassName
{
border-color: #D9CBEE;
}
.TagClassName
{
border-color: #D9CBEE;
}
</style>