Shades of Fog #D0B4EF
Tints of Fog #D0B4EF
RGB
CMYK
RGB Variations
Color information
#D0B4EF (or 0xD0B4EF) is known color: Fog. HEX triplet: D0, B4 and EF. RGB value is (208,180,239). Sum of RGB (Red+Green+Blue) = 208+180+239=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 180 (70.70% from 255 or 28.71% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0B4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B4EF is #2F4B10. Grayscale: #C2C2C2. Windows color (decimal): -3099409 or 15709392. OLE color: 15709392.
HSL color Cylindrical-coordinate representation of color #D0B4EF: hue angle of 268.47º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0B4EF is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 180 | 239 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.06 |
| HSL | 268.47º | 0.65% | 0.82% | - |
| HSV(B) | 268.47º | 0.25% | 0.94% | - |
| XYZ | 57.91 | 52.28 | 88.7 | - |
| YUV | 195.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 239 | 0.13 | 0.25 | 0 | 0.06 | 268.47 | 0.65 | 0.82 |
| Hex | D0 | B4 | EF | D | 19 | 0 | 6 | 10C | 41 | 52 |
| Octal | 320 | 264 | 357 | 15 | 31 | 0 | 6 | 414 | 101 | 122 |
| Binary | 11010000 | 10110100 | 11101111 | 1101 | 11001 | 0 | 110 | 100001100 | 1000001 | 1010010 |
Color Harmonies of #D0B4EF
Complementary color
Monochromatic Colors of #D0B4EF
Black with #D0B4EF
Text Example
Text Example
White with #D0B4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B4EF; }
p { color: rgb(208,180,239); }
H1.HeaderClassName
{
color: #D0B4EF;
}
.AnyTagClassName
{
color: #D0B4EF;
}
</style>
background-color css
<style>
a { background-color: #D0B4EF; }
a { background-color: rgb(208,180,239); }
div.DivClassName
{
background-color: #D0B4EF;
}
.BgClassName
{
background-color: #D0B4EF;
}
</style>
border-color css
<style>
span { border-color: #D0B4EF; }
span { border-color: rgb(208,180,239); }
td.TdClassName
{
border-color: #D0B4EF;
}
.TagClassName
{
border-color: #D0B4EF;
}
</style>