Shades of Fog #D9BBEC
Tints of Fog #D9BBEC
RGB
CMYK
RGB Variations
Color information
#D9BBEC (or 0xD9BBEC) is known color: Fog. HEX triplet: D9, BB and EC. RGB value is (217,187,236). Sum of RGB (Red+Green+Blue) = 217+187+236=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BBEC is #264413. Grayscale: #C9C9C9. Windows color (decimal): -2507796 or 15514585. OLE color: 15514585.
HSL color Cylindrical-coordinate representation of color #D9BBEC: hue angle of 276.73º degrees, saturation: 0.56, 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 #D9BBEC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 187 | 236 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.07 |
| HSL | 276.73º | 0.56% | 0.83% | - |
| HSV(B) | 276.73º | 0.21% | 0.93% | - |
| XYZ | 61.53 | 56.35 | 86.99 | - |
| YUV | 201.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 236 | 0.08 | 0.21 | 0 | 0.07 | 276.73 | 0.56 | 0.83 |
| Hex | D9 | BB | EC | 8 | 15 | 0 | 7 | 115 | 38 | 53 |
| Octal | 331 | 273 | 354 | 10 | 25 | 0 | 7 | 425 | 70 | 123 |
| Binary | 11011001 | 10111011 | 11101100 | 1000 | 10101 | 0 | 111 | 100010101 | 111000 | 1010011 |
Color Harmonies of #D9BBEC
Complementary color
Monochromatic Colors of #D9BBEC
Black with #D9BBEC
Text Example
Text Example
White with #D9BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBEC; }
p { color: rgb(217,187,236); }
H1.HeaderClassName
{
color: #D9BBEC;
}
.AnyTagClassName
{
color: #D9BBEC;
}
</style>
background-color css
<style>
a { background-color: #D9BBEC; }
a { background-color: rgb(217,187,236); }
div.DivClassName
{
background-color: #D9BBEC;
}
.BgClassName
{
background-color: #D9BBEC;
}
</style>
border-color css
<style>
span { border-color: #D9BBEC; }
span { border-color: rgb(217,187,236); }
td.TdClassName
{
border-color: #D9BBEC;
}
.TagClassName
{
border-color: #D9BBEC;
}
</style>