Shades of Ottoman #D7E4C8
Tints of Ottoman #D7E4C8
RGB
CMYK
RGB Variations
Color information
#D7E4C8 (or 0xD7E4C8) is known color: Ottoman. HEX triplet: D7, E4 and C8. RGB value is (215,228,200). Sum of RGB (Red+Green+Blue) = 215+228+200=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 228 - color contains mainly: green. Hex color #D7E4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E4C8 is #281B37. Grayscale: #DDDDDD. Windows color (decimal): -2628408 or 13165783. OLE color: 13165783.
HSL color Cylindrical-coordinate representation of color #D7E4C8: hue angle of 87.86º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7E4C8 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 228 | 200 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.11 |
| HSL | 87.86º | 0.34% | 0.84% | - |
| HSV(B) | 87.86º | 0.12% | 0.89% | - |
| XYZ | 66.19 | 74.1 | 65.46 | - |
| YUV | 220.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 228 | 200 | 0.06 | 0 | 0.12 | 0.11 | 87.86 | 0.34 | 0.84 |
| Hex | D7 | E4 | C8 | 6 | 0 | C | B | 58 | 22 | 54 |
| Octal | 327 | 344 | 310 | 6 | 0 | 14 | 13 | 130 | 42 | 124 |
| Binary | 11010111 | 11100100 | 11001000 | 110 | 0 | 1100 | 1011 | 1011000 | 100010 | 1010100 |
Color Harmonies of #D7E4C8
Complementary color
Monochromatic Colors of #D7E4C8
Black with #D7E4C8
Text Example
Text Example
White with #D7E4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E4C8; }
p { color: rgb(215,228,200); }
H1.HeaderClassName
{
color: #D7E4C8;
}
.AnyTagClassName
{
color: #D7E4C8;
}
</style>
background-color css
<style>
a { background-color: #D7E4C8; }
a { background-color: rgb(215,228,200); }
div.DivClassName
{
background-color: #D7E4C8;
}
.BgClassName
{
background-color: #D7E4C8;
}
</style>
border-color css
<style>
span { border-color: #D7E4C8; }
span { border-color: rgb(215,228,200); }
td.TdClassName
{
border-color: #D7E4C8;
}
.TagClassName
{
border-color: #D7E4C8;
}
</style>