Shades of Fog #D0B4ED
Tints of Fog #D0B4ED
RGB
CMYK
RGB Variations
Color information
#D0B4ED (or 0xD0B4ED) is known color: Fog. HEX triplet: D0, B4 and ED. RGB value is (208,180,237). Sum of RGB (Red+Green+Blue) = 208+180+237=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0B4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B4ED is #2F4B12. Grayscale: #C2C2C2. Windows color (decimal): -3099411 or 15578320. OLE color: 15578320.
HSL color Cylindrical-coordinate representation of color #D0B4ED: hue angle of 269.47º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0B4ED is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 180 | 237 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.07 |
| HSL | 269.47º | 0.61% | 0.82% | - |
| HSV(B) | 269.47º | 0.24% | 0.93% | - |
| XYZ | 57.62 | 52.17 | 87.15 | - |
| YUV | 194.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 237 | 0.12 | 0.24 | 0 | 0.07 | 269.47 | 0.61 | 0.82 |
| Hex | D0 | B4 | ED | C | 18 | 0 | 7 | 10D | 3D | 52 |
| Octal | 320 | 264 | 355 | 14 | 30 | 0 | 7 | 415 | 75 | 122 |
| Binary | 11010000 | 10110100 | 11101101 | 1100 | 11000 | 0 | 111 | 100001101 | 111101 | 1010010 |
Color Harmonies of #D0B4ED
Complementary color
Monochromatic Colors of #D0B4ED
Black with #D0B4ED
Text Example
Text Example
White with #D0B4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B4ED; }
p { color: rgb(208,180,237); }
H1.HeaderClassName
{
color: #D0B4ED;
}
.AnyTagClassName
{
color: #D0B4ED;
}
</style>
background-color css
<style>
a { background-color: #D0B4ED; }
a { background-color: rgb(208,180,237); }
div.DivClassName
{
background-color: #D0B4ED;
}
.BgClassName
{
background-color: #D0B4ED;
}
</style>
border-color css
<style>
span { border-color: #D0B4ED; }
span { border-color: rgb(208,180,237); }
td.TdClassName
{
border-color: #D0B4ED;
}
.TagClassName
{
border-color: #D0B4ED;
}
</style>