Shades of Fog #D0BEEF
Tints of Fog #D0BEEF
RGB
CMYK
RGB Variations
Color information
#D0BEEF (or 0xD0BEEF) is known color: Fog. HEX triplet: D0, BE and EF. RGB value is (208,190,239). Sum of RGB (Red+Green+Blue) = 208+190+239=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BEEF is #2F4110. Grayscale: #C8C8C8. Windows color (decimal): -3096849 or 15711952. OLE color: 15711952.
HSL color Cylindrical-coordinate representation of color #D0BEEF: hue angle of 262.04º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0BEEF is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 190 | 239 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.06 |
| HSL | 262.04º | 0.6% | 0.84% | - |
| HSV(B) | 262.04º | 0.21% | 0.94% | - |
| XYZ | 60.01 | 56.47 | 89.4 | - |
| YUV | 200.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 239 | 0.13 | 0.21 | 0 | 0.06 | 262.04 | 0.6 | 0.84 |
| Hex | D0 | BE | EF | D | 15 | 0 | 6 | 106 | 3C | 54 |
| Octal | 320 | 276 | 357 | 15 | 25 | 0 | 6 | 406 | 74 | 124 |
| Binary | 11010000 | 10111110 | 11101111 | 1101 | 10101 | 0 | 110 | 100000110 | 111100 | 1010100 |
Color Harmonies of #D0BEEF
Complementary color
Monochromatic Colors of #D0BEEF
Black with #D0BEEF
Text Example
Text Example
White with #D0BEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEEF; }
p { color: rgb(208,190,239); }
H1.HeaderClassName
{
color: #D0BEEF;
}
.AnyTagClassName
{
color: #D0BEEF;
}
</style>
background-color css
<style>
a { background-color: #D0BEEF; }
a { background-color: rgb(208,190,239); }
div.DivClassName
{
background-color: #D0BEEF;
}
.BgClassName
{
background-color: #D0BEEF;
}
</style>
border-color css
<style>
span { border-color: #D0BEEF; }
span { border-color: rgb(208,190,239); }
td.TdClassName
{
border-color: #D0BEEF;
}
.TagClassName
{
border-color: #D0BEEF;
}
</style>