Shades of Fog #D0B5EF
Tints of Fog #D0B5EF
RGB
CMYK
RGB Variations
Color information
#D0B5EF (or 0xD0B5EF) is known color: Fog. HEX triplet: D0, B5 and EF. RGB value is (208,181,239). Sum of RGB (Red+Green+Blue) = 208+181+239=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B5EF is #2F4A10. Grayscale: #C3C3C3. Windows color (decimal): -3099153 or 15709648. OLE color: 15709648.
HSL color Cylindrical-coordinate representation of color #D0B5EF: hue angle of 267.93º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0B5EF is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 181 | 239 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.06 |
| HSL | 267.93º | 0.64% | 0.82% | - |
| HSV(B) | 267.93º | 0.24% | 0.94% | - |
| XYZ | 58.12 | 52.69 | 88.77 | - |
| YUV | 195.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 239 | 0.13 | 0.24 | 0 | 0.06 | 267.93 | 0.64 | 0.82 |
| Hex | D0 | B5 | EF | D | 18 | 0 | 6 | 10C | 40 | 52 |
| Octal | 320 | 265 | 357 | 15 | 30 | 0 | 6 | 414 | 100 | 122 |
| Binary | 11010000 | 10110101 | 11101111 | 1101 | 11000 | 0 | 110 | 100001100 | 1000000 | 1010010 |
Color Harmonies of #D0B5EF
Complementary color
Monochromatic Colors of #D0B5EF
Black with #D0B5EF
Text Example
Text Example
White with #D0B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B5EF; }
p { color: rgb(208,181,239); }
H1.HeaderClassName
{
color: #D0B5EF;
}
.AnyTagClassName
{
color: #D0B5EF;
}
</style>
background-color css
<style>
a { background-color: #D0B5EF; }
a { background-color: rgb(208,181,239); }
div.DivClassName
{
background-color: #D0B5EF;
}
.BgClassName
{
background-color: #D0B5EF;
}
</style>
border-color css
<style>
span { border-color: #D0B5EF; }
span { border-color: rgb(208,181,239); }
td.TdClassName
{
border-color: #D0B5EF;
}
.TagClassName
{
border-color: #D0B5EF;
}
</style>