Shades of Ottoman #D7E1CA
Tints of Ottoman #D7E1CA
RGB
CMYK
RGB Variations
Color information
#D7E1CA (or 0xD7E1CA) is known color: Ottoman. HEX triplet: D7, E1 and CA. RGB value is (215,225,202). Sum of RGB (Red+Green+Blue) = 215+225+202=642 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.49% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E1CA is #281E35. Grayscale: #DBDBDB. Windows color (decimal): -2629174 or 13296087. OLE color: 13296087.
HSL color Cylindrical-coordinate representation of color #D7E1CA: hue angle of 86.09º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7E1CA is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 225 | 202 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.12 |
| HSL | 86.09º | 0.28% | 0.84% | - |
| HSV(B) | 86.09º | 0.1% | 0.88% | - |
| XYZ | 65.61 | 72.56 | 66.42 | - |
| YUV | 219.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 225 | 202 | 0.04 | 0 | 0.10 | 0.12 | 86.09 | 0.28 | 0.84 |
| Hex | D7 | E1 | CA | 4 | 0 | A | C | 56 | 1C | 54 |
| Octal | 327 | 341 | 312 | 4 | 0 | 12 | 14 | 126 | 34 | 124 |
| Binary | 11010111 | 11100001 | 11001010 | 100 | 0 | 1010 | 1100 | 1010110 | 11100 | 1010100 |
Color Harmonies of #D7E1CA
Complementary color
Monochromatic Colors of #D7E1CA
Black with #D7E1CA
Text Example
Text Example
White with #D7E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E1CA; }
p { color: rgb(215,225,202); }
H1.HeaderClassName
{
color: #D7E1CA;
}
.AnyTagClassName
{
color: #D7E1CA;
}
</style>
background-color css
<style>
a { background-color: #D7E1CA; }
a { background-color: rgb(215,225,202); }
div.DivClassName
{
background-color: #D7E1CA;
}
.BgClassName
{
background-color: #D7E1CA;
}
</style>
border-color css
<style>
span { border-color: #D7E1CA; }
span { border-color: rgb(215,225,202); }
td.TdClassName
{
border-color: #D7E1CA;
}
.TagClassName
{
border-color: #D7E1CA;
}
</style>