Shades of Fog #D0B5E6
Tints of Fog #D0B5E6
RGB
CMYK
RGB Variations
Color information
#D0B5E6 (or 0xD0B5E6) is known color: Fog. HEX triplet: D0, B5 and E6. RGB value is (208,181,230). Sum of RGB (Red+Green+Blue) = 208+181+230=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 230 - color contains mainly: blue. Hex color #D0B5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B5E6 is #2F4A19. Grayscale: #C2C2C2. Windows color (decimal): -3099162 or 15119824. OLE color: 15119824.
HSL color Cylindrical-coordinate representation of color #D0B5E6: hue angle of 273.06º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0B5E6 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 181 | 230 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.10 |
| HSL | 273.06º | 0.49% | 0.81% | - |
| HSV(B) | 273.06º | 0.21% | 0.9% | - |
| XYZ | 56.82 | 52.17 | 81.94 | - |
| YUV | 194.66 | 147.95 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 230 | 0.10 | 0.21 | 0 | 0.10 | 273.06 | 0.49 | 0.81 |
| Hex | D0 | B5 | E6 | A | 15 | 0 | A | 111 | 31 | 51 |
| Octal | 320 | 265 | 346 | 12 | 25 | 0 | 12 | 421 | 61 | 121 |
| Binary | 11010000 | 10110101 | 11100110 | 1010 | 10101 | 0 | 1010 | 100010001 | 110001 | 1010001 |
Color Harmonies of #D0B5E6
Complementary color
Monochromatic Colors of #D0B5E6
Black with #D0B5E6
Text Example
Text Example
White with #D0B5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B5E6; }
p { color: rgb(208,181,230); }
H1.HeaderClassName
{
color: #D0B5E6;
}
.AnyTagClassName
{
color: #D0B5E6;
}
</style>
background-color css
<style>
a { background-color: #D0B5E6; }
a { background-color: rgb(208,181,230); }
div.DivClassName
{
background-color: #D0B5E6;
}
.BgClassName
{
background-color: #D0B5E6;
}
</style>
border-color css
<style>
span { border-color: #D0B5E6; }
span { border-color: rgb(208,181,230); }
td.TdClassName
{
border-color: #D0B5E6;
}
.TagClassName
{
border-color: #D0B5E6;
}
</style>