Shades of Ottoman #D7E0CE
Tints of Ottoman #D7E0CE
RGB
CMYK
RGB Variations
Color information
#D7E0CE (or 0xD7E0CE) is known color: Ottoman. HEX triplet: D7, E0 and CE. RGB value is (215,224,206). Sum of RGB (Red+Green+Blue) = 215+224+206=645 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.33% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E0CE is #281F31. Grayscale: #DBDBDB. Windows color (decimal): -2629426 or 13557975. OLE color: 13557975.
HSL color Cylindrical-coordinate representation of color #D7E0CE: hue angle of 90º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7E0CE is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 224 | 206 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.12 |
| HSL | 90º | 0.23% | 0.84% | - |
| HSV(B) | 90º | 0.08% | 0.88% | - |
| XYZ | 65.82 | 72.21 | 68.86 | - |
| YUV | 219.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 224 | 206 | 0.04 | 0 | 0.08 | 0.12 | 90 | 0.23 | 0.84 |
| Hex | D7 | E0 | CE | 4 | 0 | 8 | C | 5A | 16 | 54 |
| Octal | 327 | 340 | 316 | 4 | 0 | 10 | 14 | 132 | 26 | 124 |
| Binary | 11010111 | 11100000 | 11001110 | 100 | 0 | 1000 | 1100 | 1011010 | 10110 | 1010100 |
Color Harmonies of #D7E0CE
Complementary color
Monochromatic Colors of #D7E0CE
Black with #D7E0CE
Text Example
Text Example
White with #D7E0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E0CE; }
p { color: rgb(215,224,206); }
H1.HeaderClassName
{
color: #D7E0CE;
}
.AnyTagClassName
{
color: #D7E0CE;
}
</style>
background-color css
<style>
a { background-color: #D7E0CE; }
a { background-color: rgb(215,224,206); }
div.DivClassName
{
background-color: #D7E0CE;
}
.BgClassName
{
background-color: #D7E0CE;
}
</style>
border-color css
<style>
span { border-color: #D7E0CE; }
span { border-color: rgb(215,224,206); }
td.TdClassName
{
border-color: #D7E0CE;
}
.TagClassName
{
border-color: #D7E0CE;
}
</style>