Shades of Fog #D0BEEC
Tints of Fog #D0BEEC
RGB
CMYK
RGB Variations
Color information
#D0BEEC (or 0xD0BEEC) is known color: Fog. HEX triplet: D0, BE and EC. RGB value is (208,190,236). Sum of RGB (Red+Green+Blue) = 208+190+236=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BEEC is #2F4113. Grayscale: #C8C8C8. Windows color (decimal): -3096852 or 15515344. OLE color: 15515344.
HSL color Cylindrical-coordinate representation of color #D0BEEC: hue angle of 263.48º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0BEEC is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 190 | 236 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.07 |
| HSL | 263.48º | 0.55% | 0.84% | - |
| HSV(B) | 263.48º | 0.19% | 0.93% | - |
| XYZ | 59.57 | 56.29 | 87.08 | - |
| YUV | 200.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 236 | 0.12 | 0.19 | 0 | 0.07 | 263.48 | 0.55 | 0.84 |
| Hex | D0 | BE | EC | C | 13 | 0 | 7 | 107 | 37 | 54 |
| Octal | 320 | 276 | 354 | 14 | 23 | 0 | 7 | 407 | 67 | 124 |
| Binary | 11010000 | 10111110 | 11101100 | 1100 | 10011 | 0 | 111 | 100000111 | 110111 | 1010100 |
Color Harmonies of #D0BEEC
Complementary color
Monochromatic Colors of #D0BEEC
Black with #D0BEEC
Text Example
Text Example
White with #D0BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEEC; }
p { color: rgb(208,190,236); }
H1.HeaderClassName
{
color: #D0BEEC;
}
.AnyTagClassName
{
color: #D0BEEC;
}
</style>
background-color css
<style>
a { background-color: #D0BEEC; }
a { background-color: rgb(208,190,236); }
div.DivClassName
{
background-color: #D0BEEC;
}
.BgClassName
{
background-color: #D0BEEC;
}
</style>
border-color css
<style>
span { border-color: #D0BEEC; }
span { border-color: rgb(208,190,236); }
td.TdClassName
{
border-color: #D0BEEC;
}
.TagClassName
{
border-color: #D0BEEC;
}
</style>