Shades of Fog #D7D0EB
Tints of Fog #D7D0EB
RGB
CMYK
RGB Variations
Color information
#D7D0EB (or 0xD7D0EB) is known color: Fog. HEX triplet: D7, D0 and EB. RGB value is (215,208,235). Sum of RGB (Red+Green+Blue) = 215+208+235=658 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.67% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7D0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D0EB is #282F14. Grayscale: #D5D5D5. Windows color (decimal): -2633493 or 15454423. OLE color: 15454423.
HSL color Cylindrical-coordinate representation of color #D7D0EB: hue angle of 255.56º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7D0EB is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 215 | 208 | 235 | - |
CMYK | 0.09 | 0.11 | 0 | 0.08 |
HSL | 255.56º | 0.4% | 0.87% | - |
HSV(B) | 255.56º | 0.11% | 0.92% | - |
XYZ | 65.58 | 65.56 | 87.79 | - |
YUV | 213.17 | 140.32 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 208 | 235 | 0.09 | 0.11 | 0 | 0.08 | 255.56 | 0.4 | 0.87 |
Hex | D7 | D0 | EB | 9 | B | 0 | 8 | 100 | 28 | 57 |
Octal | 327 | 320 | 353 | 11 | 13 | 0 | 10 | 400 | 50 | 127 |
Binary | 11010111 | 11010000 | 11101011 | 1001 | 1011 | 0 | 1000 | 100000000 | 101000 | 1010111 |
Color Harmonies of #D7D0EB
Complementary color
Monochromatic Colors of #D7D0EB
Black with #D7D0EB
Text Example
Text Example
White with #D7D0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D0EB; }
p { color: rgb(215,208,235); }
H1.HeaderClassName
{
color: #D7D0EB;
}
.AnyTagClassName
{
color: #D7D0EB;
}
</style>
background-color css
<style>
a { background-color: #D7D0EB; }
a { background-color: rgb(215,208,235); }
div.DivClassName
{
background-color: #D7D0EB;
}
.BgClassName
{
background-color: #D7D0EB;
}
</style>
border-color css
<style>
span { border-color: #D7D0EB; }
span { border-color: rgb(215,208,235); }
td.TdClassName
{
border-color: #D7D0EB;
}
.TagClassName
{
border-color: #D7D0EB;
}
</style>