Shades of Fog #D9BCEE
Tints of Fog #D9BCEE
RGB
CMYK
RGB Variations
Color information
#D9BCEE (or 0xD9BCEE) is known color: Fog. HEX triplet: D9, BC and EE. RGB value is (217,188,238). Sum of RGB (Red+Green+Blue) = 217+188+238=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BCEE is #264311. Grayscale: #CACACA. Windows color (decimal): -2507538 or 15645913. OLE color: 15645913.
HSL color Cylindrical-coordinate representation of color #D9BCEE: hue angle of 274.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9BCEE is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 188 | 238 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.07 |
| HSL | 274.8º | 0.6% | 0.84% | - |
| HSV(B) | 274.8º | 0.21% | 0.93% | - |
| XYZ | 62.03 | 56.89 | 88.6 | - |
| YUV | 202.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 238 | 0.09 | 0.21 | 0 | 0.07 | 274.8 | 0.6 | 0.84 |
| Hex | D9 | BC | EE | 9 | 15 | 0 | 7 | 113 | 3C | 54 |
| Octal | 331 | 274 | 356 | 11 | 25 | 0 | 7 | 423 | 74 | 124 |
| Binary | 11011001 | 10111100 | 11101110 | 1001 | 10101 | 0 | 111 | 100010011 | 111100 | 1010100 |
Color Harmonies of #D9BCEE
Complementary color
Monochromatic Colors of #D9BCEE
Black with #D9BCEE
Text Example
Text Example
White with #D9BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCEE; }
p { color: rgb(217,188,238); }
H1.HeaderClassName
{
color: #D9BCEE;
}
.AnyTagClassName
{
color: #D9BCEE;
}
</style>
background-color css
<style>
a { background-color: #D9BCEE; }
a { background-color: rgb(217,188,238); }
div.DivClassName
{
background-color: #D9BCEE;
}
.BgClassName
{
background-color: #D9BCEE;
}
</style>
border-color css
<style>
span { border-color: #D9BCEE; }
span { border-color: rgb(217,188,238); }
td.TdClassName
{
border-color: #D9BCEE;
}
.TagClassName
{
border-color: #D9BCEE;
}
</style>