Shades of Fog #D9BCEC
Tints of Fog #D9BCEC
RGB
CMYK
RGB Variations
Color information
#D9BCEC (or 0xD9BCEC) is known color: Fog. HEX triplet: D9, BC and EC. RGB value is (217,188,236). Sum of RGB (Red+Green+Blue) = 217+188+236=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BCEC is #264313. Grayscale: #C9C9C9. Windows color (decimal): -2507540 or 15514841. OLE color: 15514841.
HSL color Cylindrical-coordinate representation of color #D9BCEC: hue angle of 276.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9BCEC is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 188 | 236 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.07 |
| HSL | 276.25º | 0.56% | 0.83% | - |
| HSV(B) | 276.25º | 0.2% | 0.93% | - |
| XYZ | 61.74 | 56.77 | 87.06 | - |
| YUV | 202.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 236 | 0.08 | 0.20 | 0 | 0.07 | 276.25 | 0.56 | 0.83 |
| Hex | D9 | BC | EC | 8 | 14 | 0 | 7 | 114 | 38 | 53 |
| Octal | 331 | 274 | 354 | 10 | 24 | 0 | 7 | 424 | 70 | 123 |
| Binary | 11011001 | 10111100 | 11101100 | 1000 | 10100 | 0 | 111 | 100010100 | 111000 | 1010011 |
Color Harmonies of #D9BCEC
Complementary color
Monochromatic Colors of #D9BCEC
Black with #D9BCEC
Text Example
Text Example
White with #D9BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCEC; }
p { color: rgb(217,188,236); }
H1.HeaderClassName
{
color: #D9BCEC;
}
.AnyTagClassName
{
color: #D9BCEC;
}
</style>
background-color css
<style>
a { background-color: #D9BCEC; }
a { background-color: rgb(217,188,236); }
div.DivClassName
{
background-color: #D9BCEC;
}
.BgClassName
{
background-color: #D9BCEC;
}
</style>
border-color css
<style>
span { border-color: #D9BCEC; }
span { border-color: rgb(217,188,236); }
td.TdClassName
{
border-color: #D9BCEC;
}
.TagClassName
{
border-color: #D9BCEC;
}
</style>