Shades of Ottoman #D5E3CA
Tints of Ottoman #D5E3CA
RGB
CMYK
RGB Variations
Color information
#D5E3CA (or 0xD5E3CA) is known color: Ottoman. HEX triplet: D5, E3 and CA. RGB value is (213,227,202). Sum of RGB (Red+Green+Blue) = 213+227+202=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E3CA is #2A1C35. Grayscale: #DCDCDC. Windows color (decimal): -2759734 or 13296597. OLE color: 13296597.
HSL color Cylindrical-coordinate representation of color #D5E3CA: hue angle of 93.6º 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 #D5E3CA is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 202 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.11 |
| HSL | 93.6º | 0.31% | 0.84% | - |
| HSV(B) | 93.6º | 0.11% | 0.89% | - |
| XYZ | 65.57 | 73.35 | 66.58 | - |
| YUV | 219.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 202 | 0.06 | 0 | 0.11 | 0.11 | 93.6 | 0.31 | 0.84 |
| Hex | D5 | E3 | CA | 6 | 0 | B | B | 5E | 1F | 54 |
| Octal | 325 | 343 | 312 | 6 | 0 | 13 | 13 | 136 | 37 | 124 |
| Binary | 11010101 | 11100011 | 11001010 | 110 | 0 | 1011 | 1011 | 1011110 | 11111 | 1010100 |
Color Harmonies of #D5E3CA
Complementary color
Monochromatic Colors of #D5E3CA
Black with #D5E3CA
Text Example
Text Example
White with #D5E3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E3CA; }
p { color: rgb(213,227,202); }
H1.HeaderClassName
{
color: #D5E3CA;
}
.AnyTagClassName
{
color: #D5E3CA;
}
</style>
background-color css
<style>
a { background-color: #D5E3CA; }
a { background-color: rgb(213,227,202); }
div.DivClassName
{
background-color: #D5E3CA;
}
.BgClassName
{
background-color: #D5E3CA;
}
</style>
border-color css
<style>
span { border-color: #D5E3CA; }
span { border-color: rgb(213,227,202); }
td.TdClassName
{
border-color: #D5E3CA;
}
.TagClassName
{
border-color: #D5E3CA;
}
</style>