Shades of Fog #D9BCEF
Tints of Fog #D9BCEF
RGB
CMYK
RGB Variations
Color information
#D9BCEF (or 0xD9BCEF) is known color: Fog. HEX triplet: D9, BC and EF. RGB value is (217,188,239). Sum of RGB (Red+Green+Blue) = 217+188+239=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BCEF is #264310. Grayscale: #CACACA. Windows color (decimal): -2507537 or 15711449. OLE color: 15711449.
HSL color Cylindrical-coordinate representation of color #D9BCEF: hue angle of 274.12º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9BCEF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 188 | 239 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.06 |
| HSL | 274.12º | 0.61% | 0.84% | - |
| HSV(B) | 274.12º | 0.21% | 0.94% | - |
| XYZ | 62.18 | 56.95 | 89.38 | - |
| YUV | 202.49 | 148.61 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 239 | 0.09 | 0.21 | 0 | 0.06 | 274.12 | 0.61 | 0.84 |
| Hex | D9 | BC | EF | 9 | 15 | 0 | 6 | 112 | 3D | 54 |
| Octal | 331 | 274 | 357 | 11 | 25 | 0 | 6 | 422 | 75 | 124 |
| Binary | 11011001 | 10111100 | 11101111 | 1001 | 10101 | 0 | 110 | 100010010 | 111101 | 1010100 |
Color Harmonies of #D9BCEF
Complementary color
Monochromatic Colors of #D9BCEF
Black with #D9BCEF
Text Example
Text Example
White with #D9BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCEF; }
p { color: rgb(217,188,239); }
H1.HeaderClassName
{
color: #D9BCEF;
}
.AnyTagClassName
{
color: #D9BCEF;
}
</style>
background-color css
<style>
a { background-color: #D9BCEF; }
a { background-color: rgb(217,188,239); }
div.DivClassName
{
background-color: #D9BCEF;
}
.BgClassName
{
background-color: #D9BCEF;
}
</style>
border-color css
<style>
span { border-color: #D9BCEF; }
span { border-color: rgb(217,188,239); }
td.TdClassName
{
border-color: #D9BCEF;
}
.TagClassName
{
border-color: #D9BCEF;
}
</style>