Shades of Fog #D0C7EB
Tints of Fog #D0C7EB
RGB
CMYK
RGB Variations
Color information
#D0C7EB (or 0xD0C7EB) is known color: Fog. HEX triplet: D0, C7 and EB. RGB value is (208,199,235). Sum of RGB (Red+Green+Blue) = 208+199+235=642 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.40% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0C7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C7EB is #2F3814. Grayscale: #CDCDCD. Windows color (decimal): -3094549 or 15452112. OLE color: 15452112.
HSL color Cylindrical-coordinate representation of color #D0C7EB: hue angle of 255º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0C7EB is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 199 | 235 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.08 |
| HSL | 255º | 0.47% | 0.85% | - |
| HSV(B) | 255º | 0.15% | 0.92% | - |
| XYZ | 61.43 | 60.25 | 86.99 | - |
| YUV | 205.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 235 | 0.11 | 0.15 | 0 | 0.08 | 255 | 0.47 | 0.85 |
| Hex | D0 | C7 | EB | B | F | 0 | 8 | FF | 2F | 55 |
| Octal | 320 | 307 | 353 | 13 | 17 | 0 | 10 | 377 | 57 | 125 |
| Binary | 11010000 | 11000111 | 11101011 | 1011 | 1111 | 0 | 1000 | 11111111 | 101111 | 1010101 |
Color Harmonies of #D0C7EB
Complementary color
Monochromatic Colors of #D0C7EB
Black with #D0C7EB
Text Example
Text Example
White with #D0C7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C7EB; }
p { color: rgb(208,199,235); }
H1.HeaderClassName
{
color: #D0C7EB;
}
.AnyTagClassName
{
color: #D0C7EB;
}
</style>
background-color css
<style>
a { background-color: #D0C7EB; }
a { background-color: rgb(208,199,235); }
div.DivClassName
{
background-color: #D0C7EB;
}
.BgClassName
{
background-color: #D0C7EB;
}
</style>
border-color css
<style>
span { border-color: #D0C7EB; }
span { border-color: rgb(208,199,235); }
td.TdClassName
{
border-color: #D0C7EB;
}
.TagClassName
{
border-color: #D0C7EB;
}
</style>