Shades of Fog #D0BCE2
Tints of Fog #D0BCE2
RGB
CMYK
RGB Variations
Color information
#D0BCE2 (or 0xD0BCE2) is known color: Fog. HEX triplet: D0, BC and E2. RGB value is (208,188,226). Sum of RGB (Red+Green+Blue) = 208+188+226=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 226 - color contains mainly: blue. Hex color #D0BCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BCE2 is #2F431D. Grayscale: #C6C6C6. Windows color (decimal): -3097374 or 14859472. OLE color: 14859472.
HSL color Cylindrical-coordinate representation of color #D0BCE2: hue angle of 271.58º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0BCE2 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 208 | 188 | 226 | - |
CMYK | 0.08 | 0.17 | 0 | 0.11 |
HSL | 271.58º | 0.4% | 0.81% | - |
HSV(B) | 271.58º | 0.17% | 0.89% | - |
XYZ | 57.72 | 54.87 | 79.5 | - |
YUV | 198.31 | 143.63 | 134.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 188 | 226 | 0.08 | 0.17 | 0 | 0.11 | 271.58 | 0.4 | 0.81 |
Hex | D0 | BC | E2 | 8 | 11 | 0 | B | 110 | 28 | 51 |
Octal | 320 | 274 | 342 | 10 | 21 | 0 | 13 | 420 | 50 | 121 |
Binary | 11010000 | 10111100 | 11100010 | 1000 | 10001 | 0 | 1011 | 100010000 | 101000 | 1010001 |
Color Harmonies of #D0BCE2
Complementary color
Monochromatic Colors of #D0BCE2
Black with #D0BCE2
Text Example
Text Example
White with #D0BCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCE2; }
p { color: rgb(208,188,226); }
H1.HeaderClassName
{
color: #D0BCE2;
}
.AnyTagClassName
{
color: #D0BCE2;
}
</style>
background-color css
<style>
a { background-color: #D0BCE2; }
a { background-color: rgb(208,188,226); }
div.DivClassName
{
background-color: #D0BCE2;
}
.BgClassName
{
background-color: #D0BCE2;
}
</style>
border-color css
<style>
span { border-color: #D0BCE2; }
span { border-color: rgb(208,188,226); }
td.TdClassName
{
border-color: #D0BCE2;
}
.TagClassName
{
border-color: #D0BCE2;
}
</style>