Shades of Fog #D0BCE5
Tints of Fog #D0BCE5
RGB
CMYK
RGB Variations
Color information
#D0BCE5 (or 0xD0BCE5) is known color: Fog. HEX triplet: D0, BC and E5. RGB value is (208,188,229). Sum of RGB (Red+Green+Blue) = 208+188+229=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #D0BCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BCE5 is #2F431A. Grayscale: #C6C6C6. Windows color (decimal): -3097371 or 15056080. OLE color: 15056080.
HSL color Cylindrical-coordinate representation of color #D0BCE5: hue angle of 269.27º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0BCE5 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 208 | 188 | 229 | - |
CMYK | 0.09 | 0.18 | 0 | 0.10 |
HSL | 269.27º | 0.44% | 0.82% | - |
HSV(B) | 269.27º | 0.18% | 0.9% | - |
XYZ | 58.14 | 55.03 | 81.69 | - |
YUV | 198.65 | 145.13 | 134.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 188 | 229 | 0.09 | 0.18 | 0 | 0.10 | 269.27 | 0.44 | 0.82 |
Hex | D0 | BC | E5 | 9 | 12 | 0 | A | 10D | 2C | 52 |
Octal | 320 | 274 | 345 | 11 | 22 | 0 | 12 | 415 | 54 | 122 |
Binary | 11010000 | 10111100 | 11100101 | 1001 | 10010 | 0 | 1010 | 100001101 | 101100 | 1010010 |
Color Harmonies of #D0BCE5
Complementary color
Monochromatic Colors of #D0BCE5
Black with #D0BCE5
Text Example
Text Example
White with #D0BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCE5; }
p { color: rgb(208,188,229); }
H1.HeaderClassName
{
color: #D0BCE5;
}
.AnyTagClassName
{
color: #D0BCE5;
}
</style>
background-color css
<style>
a { background-color: #D0BCE5; }
a { background-color: rgb(208,188,229); }
div.DivClassName
{
background-color: #D0BCE5;
}
.BgClassName
{
background-color: #D0BCE5;
}
</style>
border-color css
<style>
span { border-color: #D0BCE5; }
span { border-color: rgb(208,188,229); }
td.TdClassName
{
border-color: #D0BCE5;
}
.TagClassName
{
border-color: #D0BCE5;
}
</style>