Shades of Fog #D9BCE7
Tints of Fog #D9BCE7
RGB
CMYK
RGB Variations
Color information
#D9BCE7 (or 0xD9BCE7) is known color: Fog. HEX triplet: D9, BC and E7. RGB value is (217,188,231). Sum of RGB (Red+Green+Blue) = 217+188+231=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 231 (90.62% from 255 or 36.32% from 636); Max value from RGB is 231 - color contains mainly: blue. Hex color #D9BCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BCE7 is #264318. Grayscale: #C9C9C9. Windows color (decimal): -2507545 or 15187161. OLE color: 15187161.
HSL color Cylindrical-coordinate representation of color #D9BCE7: hue angle of 280.47º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9BCE7 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 188 | 231 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.09 |
| HSL | 280.47º | 0.47% | 0.82% | - |
| HSV(B) | 280.47º | 0.19% | 0.91% | - |
| XYZ | 61.02 | 56.49 | 83.29 | - |
| YUV | 201.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 231 | 0.06 | 0.19 | 0 | 0.09 | 280.47 | 0.47 | 0.82 |
| Hex | D9 | BC | E7 | 6 | 13 | 0 | 9 | 118 | 2F | 52 |
| Octal | 331 | 274 | 347 | 6 | 23 | 0 | 11 | 430 | 57 | 122 |
| Binary | 11011001 | 10111100 | 11100111 | 110 | 10011 | 0 | 1001 | 100011000 | 101111 | 1010010 |
Color Harmonies of #D9BCE7
Complementary color
Monochromatic Colors of #D9BCE7
Black with #D9BCE7
Text Example
Text Example
White with #D9BCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCE7; }
p { color: rgb(217,188,231); }
H1.HeaderClassName
{
color: #D9BCE7;
}
.AnyTagClassName
{
color: #D9BCE7;
}
</style>
background-color css
<style>
a { background-color: #D9BCE7; }
a { background-color: rgb(217,188,231); }
div.DivClassName
{
background-color: #D9BCE7;
}
.BgClassName
{
background-color: #D9BCE7;
}
</style>
border-color css
<style>
span { border-color: #D9BCE7; }
span { border-color: rgb(217,188,231); }
td.TdClassName
{
border-color: #D9BCE7;
}
.TagClassName
{
border-color: #D9BCE7;
}
</style>