Shades of Fog #D0BEED
Tints of Fog #D0BEED
RGB
CMYK
RGB Variations
Color information
#D0BEED (or 0xD0BEED) is known color: Fog. HEX triplet: D0, BE and ED. RGB value is (208,190,237). Sum of RGB (Red+Green+Blue) = 208+190+237=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BEED is #2F4112. Grayscale: #C8C8C8. Windows color (decimal): -3096851 or 15580880. OLE color: 15580880.
HSL color Cylindrical-coordinate representation of color #D0BEED: hue angle of 262.98º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0BEED is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 190 | 237 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.07 |
| HSL | 262.98º | 0.57% | 0.84% | - |
| HSV(B) | 262.98º | 0.2% | 0.93% | - |
| XYZ | 59.71 | 56.35 | 87.85 | - |
| YUV | 200.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 237 | 0.12 | 0.20 | 0 | 0.07 | 262.98 | 0.57 | 0.84 |
| Hex | D0 | BE | ED | C | 14 | 0 | 7 | 107 | 39 | 54 |
| Octal | 320 | 276 | 355 | 14 | 24 | 0 | 7 | 407 | 71 | 124 |
| Binary | 11010000 | 10111110 | 11101101 | 1100 | 10100 | 0 | 111 | 100000111 | 111001 | 1010100 |
Color Harmonies of #D0BEED
Complementary color
Monochromatic Colors of #D0BEED
Black with #D0BEED
Text Example
Text Example
White with #D0BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEED; }
p { color: rgb(208,190,237); }
H1.HeaderClassName
{
color: #D0BEED;
}
.AnyTagClassName
{
color: #D0BEED;
}
</style>
background-color css
<style>
a { background-color: #D0BEED; }
a { background-color: rgb(208,190,237); }
div.DivClassName
{
background-color: #D0BEED;
}
.BgClassName
{
background-color: #D0BEED;
}
</style>
border-color css
<style>
span { border-color: #D0BEED; }
span { border-color: rgb(208,190,237); }
td.TdClassName
{
border-color: #D0BEED;
}
.TagClassName
{
border-color: #D0BEED;
}
</style>