Shades of Fog #D0C7E9
Tints of Fog #D0C7E9
RGB
CMYK
RGB Variations
Color information
#D0C7E9 (or 0xD0C7E9) is known color: Fog. HEX triplet: D0, C7 and E9. RGB value is (208,199,233). Sum of RGB (Red+Green+Blue) = 208+199+233=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 233 (91.41% from 255 or 36.41% from 640); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0C7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C7E9 is #2F3816. Grayscale: #CDCDCD. Windows color (decimal): -3094551 or 15321040. OLE color: 15321040.
HSL color Cylindrical-coordinate representation of color #D0C7E9: hue angle of 255.88º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0C7E9 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 199 | 233 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.09 |
| HSL | 255.88º | 0.44% | 0.85% | - |
| HSV(B) | 255.88º | 0.15% | 0.91% | - |
| XYZ | 61.14 | 60.14 | 85.48 | - |
| YUV | 205.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 233 | 0.11 | 0.15 | 0 | 0.09 | 255.88 | 0.44 | 0.85 |
| Hex | D0 | C7 | E9 | B | F | 0 | 9 | 100 | 2C | 55 |
| Octal | 320 | 307 | 351 | 13 | 17 | 0 | 11 | 400 | 54 | 125 |
| Binary | 11010000 | 11000111 | 11101001 | 1011 | 1111 | 0 | 1001 | 100000000 | 101100 | 1010101 |
Color Harmonies of #D0C7E9
Complementary color
Monochromatic Colors of #D0C7E9
Black with #D0C7E9
Text Example
Text Example
White with #D0C7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C7E9; }
p { color: rgb(208,199,233); }
H1.HeaderClassName
{
color: #D0C7E9;
}
.AnyTagClassName
{
color: #D0C7E9;
}
</style>
background-color css
<style>
a { background-color: #D0C7E9; }
a { background-color: rgb(208,199,233); }
div.DivClassName
{
background-color: #D0C7E9;
}
.BgClassName
{
background-color: #D0C7E9;
}
</style>
border-color css
<style>
span { border-color: #D0C7E9; }
span { border-color: rgb(208,199,233); }
td.TdClassName
{
border-color: #D0C7E9;
}
.TagClassName
{
border-color: #D0C7E9;
}
</style>