Shades of Ottoman #D7E3CA
Tints of Ottoman #D7E3CA
RGB
CMYK
RGB Variations
Color information
#D7E3CA (or 0xD7E3CA) is known color: Ottoman. HEX triplet: D7, E3 and CA. RGB value is (215,227,202). Sum of RGB (Red+Green+Blue) = 215+227+202=644 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.39% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E3CA is #281C35. Grayscale: #DCDCDC. Windows color (decimal): -2628662 or 13296599. OLE color: 13296599.
HSL color Cylindrical-coordinate representation of color #D7E3CA: hue angle of 88.8º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7E3CA is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 227 | 202 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.11 |
| HSL | 88.8º | 0.31% | 0.84% | - |
| HSV(B) | 88.8º | 0.11% | 0.89% | - |
| XYZ | 66.15 | 73.65 | 66.61 | - |
| YUV | 220.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 227 | 202 | 0.05 | 0 | 0.11 | 0.11 | 88.8 | 0.31 | 0.84 |
| Hex | D7 | E3 | CA | 5 | 0 | B | B | 59 | 1F | 54 |
| Octal | 327 | 343 | 312 | 5 | 0 | 13 | 13 | 131 | 37 | 124 |
| Binary | 11010111 | 11100011 | 11001010 | 101 | 0 | 1011 | 1011 | 1011001 | 11111 | 1010100 |
Color Harmonies of #D7E3CA
Complementary color
Monochromatic Colors of #D7E3CA
Black with #D7E3CA
Text Example
Text Example
White with #D7E3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E3CA; }
p { color: rgb(215,227,202); }
H1.HeaderClassName
{
color: #D7E3CA;
}
.AnyTagClassName
{
color: #D7E3CA;
}
</style>
background-color css
<style>
a { background-color: #D7E3CA; }
a { background-color: rgb(215,227,202); }
div.DivClassName
{
background-color: #D7E3CA;
}
.BgClassName
{
background-color: #D7E3CA;
}
</style>
border-color css
<style>
span { border-color: #D7E3CA; }
span { border-color: rgb(215,227,202); }
td.TdClassName
{
border-color: #D7E3CA;
}
.TagClassName
{
border-color: #D7E3CA;
}
</style>