Shades of Fog #D3BCEC
Tints of Fog #D3BCEC
RGB
CMYK
RGB Variations
Color information
#D3BCEC (or 0xD3BCEC) is known color: Fog. HEX triplet: D3, BC and EC. RGB value is (211,188,236). Sum of RGB (Red+Green+Blue) = 211+188+236=635 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.23% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BCEC is #2C4313. Grayscale: #C8C8C8. Windows color (decimal): -2900756 or 15514835. OLE color: 15514835.
HSL color Cylindrical-coordinate representation of color #D3BCEC: hue angle of 268.75º 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 #D3BCEC is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 188 | 236 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.07 |
| HSL | 268.75º | 0.56% | 0.83% | - |
| HSV(B) | 268.75º | 0.2% | 0.93% | - |
| XYZ | 59.99 | 55.87 | 86.98 | - |
| YUV | 200.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 236 | 0.11 | 0.20 | 0 | 0.07 | 268.75 | 0.56 | 0.83 |
| Hex | D3 | BC | EC | B | 14 | 0 | 7 | 10D | 38 | 53 |
| Octal | 323 | 274 | 354 | 13 | 24 | 0 | 7 | 415 | 70 | 123 |
| Binary | 11010011 | 10111100 | 11101100 | 1011 | 10100 | 0 | 111 | 100001101 | 111000 | 1010011 |
Color Harmonies of #D3BCEC
Complementary color
Monochromatic Colors of #D3BCEC
Black with #D3BCEC
Text Example
Text Example
White with #D3BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCEC; }
p { color: rgb(211,188,236); }
H1.HeaderClassName
{
color: #D3BCEC;
}
.AnyTagClassName
{
color: #D3BCEC;
}
</style>
background-color css
<style>
a { background-color: #D3BCEC; }
a { background-color: rgb(211,188,236); }
div.DivClassName
{
background-color: #D3BCEC;
}
.BgClassName
{
background-color: #D3BCEC;
}
</style>
border-color css
<style>
span { border-color: #D3BCEC; }
span { border-color: rgb(211,188,236); }
td.TdClassName
{
border-color: #D3BCEC;
}
.TagClassName
{
border-color: #D3BCEC;
}
</style>