Shades of Ottoman #D7E4C7
Tints of Ottoman #D7E4C7
RGB
CMYK
RGB Variations
Color information
#D7E4C7 (or 0xD7E4C7) is known color: Ottoman. HEX triplet: D7, E4 and C7. RGB value is (215,228,199). Sum of RGB (Red+Green+Blue) = 215+228+199=642 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.49% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 228 - color contains mainly: green. Hex color #D7E4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E4C7 is #281B38. Grayscale: #DCDCDC. Windows color (decimal): -2628409 or 13100247. OLE color: 13100247.
HSL color Cylindrical-coordinate representation of color #D7E4C7: hue angle of 86.9º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7E4C7 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 228 | 199 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.11 |
| HSL | 86.9º | 0.35% | 0.84% | - |
| HSV(B) | 86.9º | 0.13% | 0.89% | - |
| XYZ | 66.08 | 74.06 | 64.84 | - |
| YUV | 220.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 228 | 199 | 0.06 | 0 | 0.13 | 0.11 | 86.9 | 0.35 | 0.84 |
| Hex | D7 | E4 | C7 | 6 | 0 | D | B | 57 | 23 | 54 |
| Octal | 327 | 344 | 307 | 6 | 0 | 15 | 13 | 127 | 43 | 124 |
| Binary | 11010111 | 11100100 | 11000111 | 110 | 0 | 1101 | 1011 | 1010111 | 100011 | 1010100 |
Color Harmonies of #D7E4C7
Complementary color
Monochromatic Colors of #D7E4C7
Black with #D7E4C7
Text Example
Text Example
White with #D7E4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E4C7; }
p { color: rgb(215,228,199); }
H1.HeaderClassName
{
color: #D7E4C7;
}
.AnyTagClassName
{
color: #D7E4C7;
}
</style>
background-color css
<style>
a { background-color: #D7E4C7; }
a { background-color: rgb(215,228,199); }
div.DivClassName
{
background-color: #D7E4C7;
}
.BgClassName
{
background-color: #D7E4C7;
}
</style>
border-color css
<style>
span { border-color: #D7E4C7; }
span { border-color: rgb(215,228,199); }
td.TdClassName
{
border-color: #D7E4C7;
}
.TagClassName
{
border-color: #D7E4C7;
}
</style>