Shades of Fog #D0B3EE
Tints of Fog #D0B3EE
RGB
CMYK
RGB Variations
Color information
#D0B3EE (or 0xD0B3EE) is known color: Fog. HEX triplet: D0, B3 and EE. RGB value is (208,179,238). Sum of RGB (Red+Green+Blue) = 208+179+238=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B3EE is #2F4C11. Grayscale: #C2C2C2. Windows color (decimal): -3099666 or 15643600. OLE color: 15643600.
HSL color Cylindrical-coordinate representation of color #D0B3EE: hue angle of 269.49º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0B3EE is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 179 | 238 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.07 |
| HSL | 269.49º | 0.63% | 0.82% | - |
| HSV(B) | 269.49º | 0.25% | 0.93% | - |
| XYZ | 57.57 | 51.82 | 87.86 | - |
| YUV | 194.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 238 | 0.13 | 0.25 | 0 | 0.07 | 269.49 | 0.63 | 0.82 |
| Hex | D0 | B3 | EE | D | 19 | 0 | 7 | 10D | 3F | 52 |
| Octal | 320 | 263 | 356 | 15 | 31 | 0 | 7 | 415 | 77 | 122 |
| Binary | 11010000 | 10110011 | 11101110 | 1101 | 11001 | 0 | 111 | 100001101 | 111111 | 1010010 |
Color Harmonies of #D0B3EE
Complementary color
Monochromatic Colors of #D0B3EE
Black with #D0B3EE
Text Example
Text Example
White with #D0B3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B3EE; }
p { color: rgb(208,179,238); }
H1.HeaderClassName
{
color: #D0B3EE;
}
.AnyTagClassName
{
color: #D0B3EE;
}
</style>
background-color css
<style>
a { background-color: #D0B3EE; }
a { background-color: rgb(208,179,238); }
div.DivClassName
{
background-color: #D0B3EE;
}
.BgClassName
{
background-color: #D0B3EE;
}
</style>
border-color css
<style>
span { border-color: #D0B3EE; }
span { border-color: rgb(208,179,238); }
td.TdClassName
{
border-color: #D0B3EE;
}
.TagClassName
{
border-color: #D0B3EE;
}
</style>