Shades of Fog #D2BCEB
Tints of Fog #D2BCEB
RGB
CMYK
RGB Variations
Color information
#D2BCEB (or 0xD2BCEB) is known color: Fog. HEX triplet: D2, BC and EB. RGB value is (210,188,235). Sum of RGB (Red+Green+Blue) = 210+188+235=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BCEB is #2D4314. Grayscale: #C7C7C7. Windows color (decimal): -2966293 or 15449298. OLE color: 15449298.
HSL color Cylindrical-coordinate representation of color #D2BCEB: hue angle of 268.09º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2BCEB is Cyan = 0.11, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 188 | 235 | - |
| CMYK | 0.11 | 0.2 | 0 | 0.08 |
| HSL | 268.09º | 0.54% | 0.83% | - |
| HSV(B) | 268.09º | 0.2% | 0.92% | - |
| XYZ | 59.56 | 55.67 | 86.2 | - |
| YUV | 199.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 235 | 0.11 | 0.2 | 0 | 0.08 | 268.09 | 0.54 | 0.83 |
| Hex | D2 | BC | EB | B | 14 | 0 | 8 | 10C | 36 | 53 |
| Octal | 322 | 274 | 353 | 13 | 24 | 0 | 10 | 414 | 66 | 123 |
| Binary | 11010010 | 10111100 | 11101011 | 1011 | 10100 | 0 | 1000 | 100001100 | 110110 | 1010011 |
Color Harmonies of #D2BCEB
Complementary color
Monochromatic Colors of #D2BCEB
Black with #D2BCEB
Text Example
Text Example
White with #D2BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCEB; }
p { color: rgb(210,188,235); }
H1.HeaderClassName
{
color: #D2BCEB;
}
.AnyTagClassName
{
color: #D2BCEB;
}
</style>
background-color css
<style>
a { background-color: #D2BCEB; }
a { background-color: rgb(210,188,235); }
div.DivClassName
{
background-color: #D2BCEB;
}
.BgClassName
{
background-color: #D2BCEB;
}
</style>
border-color css
<style>
span { border-color: #D2BCEB; }
span { border-color: rgb(210,188,235); }
td.TdClassName
{
border-color: #D2BCEB;
}
.TagClassName
{
border-color: #D2BCEB;
}
</style>