Shades of Fog #D0B4EE
Tints of Fog #D0B4EE
RGB
CMYK
RGB Variations
Color information
#D0B4EE (or 0xD0B4EE) is known color: Fog. HEX triplet: D0, B4 and EE. RGB value is (208,180,238). Sum of RGB (Red+Green+Blue) = 208+180+238=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 180 (70.70% from 255 or 28.75% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0B4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B4EE is #2F4B11. Grayscale: #C2C2C2. Windows color (decimal): -3099410 or 15643856. OLE color: 15643856.
HSL color Cylindrical-coordinate representation of color #D0B4EE: hue angle of 268.97º degrees, saturation: 0.63, 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 #D0B4EE is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 180 | 238 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.07 |
| HSL | 268.97º | 0.63% | 0.82% | - |
| HSV(B) | 268.97º | 0.24% | 0.93% | - |
| XYZ | 57.77 | 52.23 | 87.92 | - |
| YUV | 194.98 | 152.28 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 238 | 0.13 | 0.24 | 0 | 0.07 | 268.97 | 0.63 | 0.82 |
| Hex | D0 | B4 | EE | D | 18 | 0 | 7 | 10D | 3F | 52 |
| Octal | 320 | 264 | 356 | 15 | 30 | 0 | 7 | 415 | 77 | 122 |
| Binary | 11010000 | 10110100 | 11101110 | 1101 | 11000 | 0 | 111 | 100001101 | 111111 | 1010010 |
Color Harmonies of #D0B4EE
Complementary color
Monochromatic Colors of #D0B4EE
Black with #D0B4EE
Text Example
Text Example
White with #D0B4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B4EE; }
p { color: rgb(208,180,238); }
H1.HeaderClassName
{
color: #D0B4EE;
}
.AnyTagClassName
{
color: #D0B4EE;
}
</style>
background-color css
<style>
a { background-color: #D0B4EE; }
a { background-color: rgb(208,180,238); }
div.DivClassName
{
background-color: #D0B4EE;
}
.BgClassName
{
background-color: #D0B4EE;
}
</style>
border-color css
<style>
span { border-color: #D0B4EE; }
span { border-color: rgb(208,180,238); }
td.TdClassName
{
border-color: #D0B4EE;
}
.TagClassName
{
border-color: #D0B4EE;
}
</style>