Shades of Fog #D9BCF5
Tints of Fog #D9BCF5
RGB
CMYK
RGB Variations
Color information
#D9BCF5 (or 0xD9BCF5) is known color: Fog. HEX triplet: D9, BC and F5. RGB value is (217,188,245). Sum of RGB (Red+Green+Blue) = 217+188+245=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 245 (96.09% from 255 or 37.69% from 650); Max value from RGB is 245 - color contains mainly: blue. Hex color #D9BCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BCF5 is #26430A. Grayscale: #CACACA. Windows color (decimal): -2507531 or 16104665. OLE color: 16104665.
HSL color Cylindrical-coordinate representation of color #D9BCF5: hue angle of 270.53º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9BCF5 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 188 | 245 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.04 |
| HSL | 270.53º | 0.74% | 0.85% | - |
| HSV(B) | 270.53º | 0.23% | 0.96% | - |
| XYZ | 63.08 | 57.31 | 94.12 | - |
| YUV | 203.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 245 | 0.11 | 0.23 | 0 | 0.04 | 270.53 | 0.74 | 0.85 |
| Hex | D9 | BC | F5 | B | 17 | 0 | 4 | 10F | 4A | 55 |
| Octal | 331 | 274 | 365 | 13 | 27 | 0 | 4 | 417 | 112 | 125 |
| Binary | 11011001 | 10111100 | 11110101 | 1011 | 10111 | 0 | 100 | 100001111 | 1001010 | 1010101 |
Color Harmonies of #D9BCF5
Complementary color
Monochromatic Colors of #D9BCF5
Black with #D9BCF5
Text Example
Text Example
White with #D9BCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCF5; }
p { color: rgb(217,188,245); }
H1.HeaderClassName
{
color: #D9BCF5;
}
.AnyTagClassName
{
color: #D9BCF5;
}
</style>
background-color css
<style>
a { background-color: #D9BCF5; }
a { background-color: rgb(217,188,245); }
div.DivClassName
{
background-color: #D9BCF5;
}
.BgClassName
{
background-color: #D9BCF5;
}
</style>
border-color css
<style>
span { border-color: #D9BCF5; }
span { border-color: rgb(217,188,245); }
td.TdClassName
{
border-color: #D9BCF5;
}
.TagClassName
{
border-color: #D9BCF5;
}
</style>