Shades of Fog #D9BCED
Tints of Fog #D9BCED
RGB
CMYK
RGB Variations
Color information
#D9BCED (or 0xD9BCED) is known color: Fog. HEX triplet: D9, BC and ED. RGB value is (217,188,237). Sum of RGB (Red+Green+Blue) = 217+188+237=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BCED is #264312. Grayscale: #CACACA. Windows color (decimal): -2507539 or 15580377. OLE color: 15580377.
HSL color Cylindrical-coordinate representation of color #D9BCED: hue angle of 275.51º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9BCED is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 188 | 237 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.07 |
| HSL | 275.51º | 0.58% | 0.83% | - |
| HSV(B) | 275.51º | 0.21% | 0.93% | - |
| XYZ | 61.88 | 56.83 | 87.83 | - |
| YUV | 202.26 | 147.61 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 237 | 0.08 | 0.21 | 0 | 0.07 | 275.51 | 0.58 | 0.83 |
| Hex | D9 | BC | ED | 8 | 15 | 0 | 7 | 114 | 3A | 53 |
| Octal | 331 | 274 | 355 | 10 | 25 | 0 | 7 | 424 | 72 | 123 |
| Binary | 11011001 | 10111100 | 11101101 | 1000 | 10101 | 0 | 111 | 100010100 | 111010 | 1010011 |
Color Harmonies of #D9BCED
Complementary color
Monochromatic Colors of #D9BCED
Black with #D9BCED
Text Example
Text Example
White with #D9BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCED; }
p { color: rgb(217,188,237); }
H1.HeaderClassName
{
color: #D9BCED;
}
.AnyTagClassName
{
color: #D9BCED;
}
</style>
background-color css
<style>
a { background-color: #D9BCED; }
a { background-color: rgb(217,188,237); }
div.DivClassName
{
background-color: #D9BCED;
}
.BgClassName
{
background-color: #D9BCED;
}
</style>
border-color css
<style>
span { border-color: #D9BCED; }
span { border-color: rgb(217,188,237); }
td.TdClassName
{
border-color: #D9BCED;
}
.TagClassName
{
border-color: #D9BCED;
}
</style>