Shades of Fog #D3BCF5
Tints of Fog #D3BCF5
RGB
CMYK
RGB Variations
Color information
#D3BCF5 (or 0xD3BCF5) is known color: Fog. HEX triplet: D3, BC and F5. RGB value is (211,188,245). Sum of RGB (Red+Green+Blue) = 211+188+245=644 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.76% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 245 (96.09% from 255 or 38.04% from 644); Max value from RGB is 245 - color contains mainly: blue. Hex color #D3BCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BCF5 is #2C430A. Grayscale: #C9C9C9. Windows color (decimal): -2900747 or 16104659. OLE color: 16104659.
HSL color Cylindrical-coordinate representation of color #D3BCF5: hue angle of 264.21º 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 #D3BCF5 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 188 | 245 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.04 |
| HSL | 264.21º | 0.74% | 0.85% | - |
| HSV(B) | 264.21º | 0.23% | 0.96% | - |
| XYZ | 61.33 | 56.41 | 94.04 | - |
| YUV | 201.38 | 152.62 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 245 | 0.14 | 0.23 | 0 | 0.04 | 264.21 | 0.74 | 0.85 |
| Hex | D3 | BC | F5 | E | 17 | 0 | 4 | 108 | 4A | 55 |
| Octal | 323 | 274 | 365 | 16 | 27 | 0 | 4 | 410 | 112 | 125 |
| Binary | 11010011 | 10111100 | 11110101 | 1110 | 10111 | 0 | 100 | 100001000 | 1001010 | 1010101 |
Color Harmonies of #D3BCF5
Complementary color
Monochromatic Colors of #D3BCF5
Black with #D3BCF5
Text Example
Text Example
White with #D3BCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCF5; }
p { color: rgb(211,188,245); }
H1.HeaderClassName
{
color: #D3BCF5;
}
.AnyTagClassName
{
color: #D3BCF5;
}
</style>
background-color css
<style>
a { background-color: #D3BCF5; }
a { background-color: rgb(211,188,245); }
div.DivClassName
{
background-color: #D3BCF5;
}
.BgClassName
{
background-color: #D3BCF5;
}
</style>
border-color css
<style>
span { border-color: #D3BCF5; }
span { border-color: rgb(211,188,245); }
td.TdClassName
{
border-color: #D3BCF5;
}
.TagClassName
{
border-color: #D3BCF5;
}
</style>