Shades of Fog #D9BCF2
Tints of Fog #D9BCF2
RGB
CMYK
RGB Variations
Color information
#D9BCF2 (or 0xD9BCF2) is known color: Fog. HEX triplet: D9, BC and F2. RGB value is (217,188,242). Sum of RGB (Red+Green+Blue) = 217+188+242=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #D9BCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BCF2 is #26430D. Grayscale: #CACACA. Windows color (decimal): -2507534 or 15908057. OLE color: 15908057.
HSL color Cylindrical-coordinate representation of color #D9BCF2: hue angle of 272.22º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9BCF2 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 188 | 242 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.05 |
| HSL | 272.22º | 0.68% | 0.84% | - |
| HSV(B) | 272.22º | 0.22% | 0.95% | - |
| XYZ | 62.63 | 57.13 | 91.73 | - |
| YUV | 202.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 242 | 0.10 | 0.22 | 0 | 0.05 | 272.22 | 0.68 | 0.84 |
| Hex | D9 | BC | F2 | A | 16 | 0 | 5 | 110 | 44 | 54 |
| Octal | 331 | 274 | 362 | 12 | 26 | 0 | 5 | 420 | 104 | 124 |
| Binary | 11011001 | 10111100 | 11110010 | 1010 | 10110 | 0 | 101 | 100010000 | 1000100 | 1010100 |
Color Harmonies of #D9BCF2
Complementary color
Monochromatic Colors of #D9BCF2
Black with #D9BCF2
Text Example
Text Example
White with #D9BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCF2; }
p { color: rgb(217,188,242); }
H1.HeaderClassName
{
color: #D9BCF2;
}
.AnyTagClassName
{
color: #D9BCF2;
}
</style>
background-color css
<style>
a { background-color: #D9BCF2; }
a { background-color: rgb(217,188,242); }
div.DivClassName
{
background-color: #D9BCF2;
}
.BgClassName
{
background-color: #D9BCF2;
}
</style>
border-color css
<style>
span { border-color: #D9BCF2; }
span { border-color: rgb(217,188,242); }
td.TdClassName
{
border-color: #D9BCF2;
}
.TagClassName
{
border-color: #D9BCF2;
}
</style>