Shades of Fog #D0B5E9
Tints of Fog #D0B5E9
RGB
CMYK
RGB Variations
Color information
#D0B5E9 (or 0xD0B5E9) is known color: Fog. HEX triplet: D0, B5 and E9. RGB value is (208,181,233). Sum of RGB (Red+Green+Blue) = 208+181+233=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0B5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B5E9 is #2F4A16. Grayscale: #C2C2C2. Windows color (decimal): -3099159 or 15316432. OLE color: 15316432.
HSL color Cylindrical-coordinate representation of color #D0B5E9: hue angle of 271.15º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0B5E9 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 208 | 181 | 233 | - |
CMYK | 0.11 | 0.22 | 0 | 0.09 |
HSL | 271.15º | 0.54% | 0.81% | - |
HSV(B) | 271.15º | 0.22% | 0.91% | - |
XYZ | 57.24 | 52.34 | 84.18 | - |
YUV | 195 | 149.45 | 137.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 181 | 233 | 0.11 | 0.22 | 0 | 0.09 | 271.15 | 0.54 | 0.81 |
Hex | D0 | B5 | E9 | B | 16 | 0 | 9 | 10F | 36 | 51 |
Octal | 320 | 265 | 351 | 13 | 26 | 0 | 11 | 417 | 66 | 121 |
Binary | 11010000 | 10110101 | 11101001 | 1011 | 10110 | 0 | 1001 | 100001111 | 110110 | 1010001 |
Color Harmonies of #D0B5E9
Complementary color
Monochromatic Colors of #D0B5E9
Black with #D0B5E9
Text Example
Text Example
White with #D0B5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B5E9; }
p { color: rgb(208,181,233); }
H1.HeaderClassName
{
color: #D0B5E9;
}
.AnyTagClassName
{
color: #D0B5E9;
}
</style>
background-color css
<style>
a { background-color: #D0B5E9; }
a { background-color: rgb(208,181,233); }
div.DivClassName
{
background-color: #D0B5E9;
}
.BgClassName
{
background-color: #D0B5E9;
}
</style>
border-color css
<style>
span { border-color: #D0B5E9; }
span { border-color: rgb(208,181,233); }
td.TdClassName
{
border-color: #D0B5E9;
}
.TagClassName
{
border-color: #D0B5E9;
}
</style>