Shades of Fog #D9CBED
Tints of Fog #D9CBED
RGB
CMYK
RGB Variations
Color information
#D9CBED (or 0xD9CBED) is known color: Fog. HEX triplet: D9, CB and ED. RGB value is (217,203,237). Sum of RGB (Red+Green+Blue) = 217+203+237=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CBED is #263412. Grayscale: #D2D2D2. Windows color (decimal): -2503699 or 15584217. OLE color: 15584217.
HSL color Cylindrical-coordinate representation of color #D9CBED: hue angle of 264.71º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9CBED is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 203 | 237 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.07 |
| HSL | 264.71º | 0.49% | 0.86% | - |
| HSV(B) | 264.71º | 0.14% | 0.93% | - |
| XYZ | 65.26 | 63.58 | 88.95 | - |
| YUV | 211.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 237 | 0.08 | 0.14 | 0 | 0.07 | 264.71 | 0.49 | 0.86 |
| Hex | D9 | CB | ED | 8 | E | 0 | 7 | 109 | 31 | 56 |
| Octal | 331 | 313 | 355 | 10 | 16 | 0 | 7 | 411 | 61 | 126 |
| Binary | 11011001 | 11001011 | 11101101 | 1000 | 1110 | 0 | 111 | 100001001 | 110001 | 1010110 |
Color Harmonies of #D9CBED
Complementary color
Monochromatic Colors of #D9CBED
Black with #D9CBED
Text Example
Text Example
White with #D9CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBED; }
p { color: rgb(217,203,237); }
H1.HeaderClassName
{
color: #D9CBED;
}
.AnyTagClassName
{
color: #D9CBED;
}
</style>
background-color css
<style>
a { background-color: #D9CBED; }
a { background-color: rgb(217,203,237); }
div.DivClassName
{
background-color: #D9CBED;
}
.BgClassName
{
background-color: #D9CBED;
}
</style>
border-color css
<style>
span { border-color: #D9CBED; }
span { border-color: rgb(217,203,237); }
td.TdClassName
{
border-color: #D9CBED;
}
.TagClassName
{
border-color: #D9CBED;
}
</style>