Shades of Fog #D0B5EE
Tints of Fog #D0B5EE
RGB
CMYK
RGB Variations
Color information
#D0B5EE (or 0xD0B5EE) is known color: Fog. HEX triplet: D0, B5 and EE. RGB value is (208,181,238). Sum of RGB (Red+Green+Blue) = 208+181+238=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0B5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B5EE is #2F4A11. Grayscale: #C3C3C3. Windows color (decimal): -3099154 or 15644112. OLE color: 15644112.
HSL color Cylindrical-coordinate representation of color #D0B5EE: hue angle of 268.42º 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 #D0B5EE is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 181 | 238 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.07 |
| HSL | 268.42º | 0.63% | 0.82% | - |
| HSV(B) | 268.42º | 0.24% | 0.93% | - |
| XYZ | 57.97 | 52.63 | 87.99 | - |
| YUV | 195.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 238 | 0.13 | 0.24 | 0 | 0.07 | 268.42 | 0.63 | 0.82 |
| Hex | D0 | B5 | EE | D | 18 | 0 | 7 | 10C | 3F | 52 |
| Octal | 320 | 265 | 356 | 15 | 30 | 0 | 7 | 414 | 77 | 122 |
| Binary | 11010000 | 10110101 | 11101110 | 1101 | 11000 | 0 | 111 | 100001100 | 111111 | 1010010 |
Color Harmonies of #D0B5EE
Complementary color
Monochromatic Colors of #D0B5EE
Black with #D0B5EE
Text Example
Text Example
White with #D0B5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B5EE; }
p { color: rgb(208,181,238); }
H1.HeaderClassName
{
color: #D0B5EE;
}
.AnyTagClassName
{
color: #D0B5EE;
}
</style>
background-color css
<style>
a { background-color: #D0B5EE; }
a { background-color: rgb(208,181,238); }
div.DivClassName
{
background-color: #D0B5EE;
}
.BgClassName
{
background-color: #D0B5EE;
}
</style>
border-color css
<style>
span { border-color: #D0B5EE; }
span { border-color: rgb(208,181,238); }
td.TdClassName
{
border-color: #D0B5EE;
}
.TagClassName
{
border-color: #D0B5EE;
}
</style>