Shades of Ottoman #D5E1CC
Tints of Ottoman #D5E1CC
RGB
CMYK
RGB Variations
Color information
#D5E1CC (or 0xD5E1CC) is known color: Ottoman. HEX triplet: D5, E1 and CC. RGB value is (213,225,204). Sum of RGB (Red+Green+Blue) = 213+225+204=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1CC is #2A1E33. Grayscale: #DBDBDB. Windows color (decimal): -2760244 or 13427157. OLE color: 13427157.
HSL color Cylindrical-coordinate representation of color #D5E1CC: hue angle of 94.29º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5E1CC is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 204 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.12 |
| HSL | 94.29º | 0.26% | 0.84% | - |
| HSV(B) | 94.29º | 0.09% | 0.88% | - |
| XYZ | 65.26 | 72.36 | 67.65 | - |
| YUV | 219.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 204 | 0.05 | 0 | 0.09 | 0.12 | 94.29 | 0.26 | 0.84 |
| Hex | D5 | E1 | CC | 5 | 0 | 9 | C | 5E | 1A | 54 |
| Octal | 325 | 341 | 314 | 5 | 0 | 11 | 14 | 136 | 32 | 124 |
| Binary | 11010101 | 11100001 | 11001100 | 101 | 0 | 1001 | 1100 | 1011110 | 11010 | 1010100 |
Color Harmonies of #D5E1CC
Complementary color
Monochromatic Colors of #D5E1CC
Black with #D5E1CC
Text Example
Text Example
White with #D5E1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E1CC; }
p { color: rgb(213,225,204); }
H1.HeaderClassName
{
color: #D5E1CC;
}
.AnyTagClassName
{
color: #D5E1CC;
}
</style>
background-color css
<style>
a { background-color: #D5E1CC; }
a { background-color: rgb(213,225,204); }
div.DivClassName
{
background-color: #D5E1CC;
}
.BgClassName
{
background-color: #D5E1CC;
}
</style>
border-color css
<style>
span { border-color: #D5E1CC; }
span { border-color: rgb(213,225,204); }
td.TdClassName
{
border-color: #D5E1CC;
}
.TagClassName
{
border-color: #D5E1CC;
}
</style>