Shades of Fog #D0B5ED
Tints of Fog #D0B5ED
RGB
CMYK
RGB Variations
Color information
#D0B5ED (or 0xD0B5ED) is known color: Fog. HEX triplet: D0, B5 and ED. RGB value is (208,181,237). Sum of RGB (Red+Green+Blue) = 208+181+237=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0B5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B5ED is #2F4A12. Grayscale: #C3C3C3. Windows color (decimal): -3099155 or 15578576. OLE color: 15578576.
HSL color Cylindrical-coordinate representation of color #D0B5ED: hue angle of 268.93º 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 #D0B5ED is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 181 | 237 | - |
CMYK | 0.12 | 0.24 | 0 | 0.07 |
HSL | 268.93º | 0.61% | 0.82% | - |
HSV(B) | 268.93º | 0.24% | 0.93% | - |
XYZ | 57.82 | 52.57 | 87.22 | - |
YUV | 195.46 | 151.45 | 136.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 181 | 237 | 0.12 | 0.24 | 0 | 0.07 | 268.93 | 0.61 | 0.82 |
Hex | D0 | B5 | ED | C | 18 | 0 | 7 | 10D | 3D | 52 |
Octal | 320 | 265 | 355 | 14 | 30 | 0 | 7 | 415 | 75 | 122 |
Binary | 11010000 | 10110101 | 11101101 | 1100 | 11000 | 0 | 111 | 100001101 | 111101 | 1010010 |
Color Harmonies of #D0B5ED
Complementary color
Monochromatic Colors of #D0B5ED
Black with #D0B5ED
Text Example
Text Example
White with #D0B5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B5ED; }
p { color: rgb(208,181,237); }
H1.HeaderClassName
{
color: #D0B5ED;
}
.AnyTagClassName
{
color: #D0B5ED;
}
</style>
background-color css
<style>
a { background-color: #D0B5ED; }
a { background-color: rgb(208,181,237); }
div.DivClassName
{
background-color: #D0B5ED;
}
.BgClassName
{
background-color: #D0B5ED;
}
</style>
border-color css
<style>
span { border-color: #D0B5ED; }
span { border-color: rgb(208,181,237); }
td.TdClassName
{
border-color: #D0B5ED;
}
.TagClassName
{
border-color: #D0B5ED;
}
</style>