Shades of Ottoman #D2E1C1
Tints of Ottoman #D2E1C1
RGB
CMYK
RGB Variations
Color information
#D2E1C1 (or 0xD2E1C1) is known color: Ottoman. HEX triplet: D2, E1 and C1. RGB value is (210,225,193). Sum of RGB (Red+Green+Blue) = 210+225+193=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 193 (75.78% from 255 or 30.73% from 628); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1C1 is #2D1E3E. Grayscale: #D8D8D8. Windows color (decimal): -2956863 or 12706258. OLE color: 12706258.
HSL color Cylindrical-coordinate representation of color #D2E1C1: hue angle of 88.12º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2E1C1 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 193 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.12 |
| HSL | 88.13º | 0.35% | 0.82% | - |
| HSV(B) | 88.13º | 0.14% | 0.88% | - |
| XYZ | 63.13 | 71.4 | 60.91 | - |
| YUV | 216.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 193 | 0.07 | 0 | 0.14 | 0.12 | 88.13 | 0.35 | 0.82 |
| Hex | D2 | E1 | C1 | 7 | 0 | E | C | 58 | 23 | 52 |
| Octal | 322 | 341 | 301 | 7 | 0 | 16 | 14 | 130 | 43 | 122 |
| Binary | 11010010 | 11100001 | 11000001 | 111 | 0 | 1110 | 1100 | 1011000 | 100011 | 1010010 |
Color Harmonies of #D2E1C1
Complementary color
Monochromatic Colors of #D2E1C1
Black with #D2E1C1
Text Example
Text Example
White with #D2E1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E1C1; }
p { color: rgb(210,225,193); }
H1.HeaderClassName
{
color: #D2E1C1;
}
.AnyTagClassName
{
color: #D2E1C1;
}
</style>
background-color css
<style>
a { background-color: #D2E1C1; }
a { background-color: rgb(210,225,193); }
div.DivClassName
{
background-color: #D2E1C1;
}
.BgClassName
{
background-color: #D2E1C1;
}
</style>
border-color css
<style>
span { border-color: #D2E1C1; }
span { border-color: rgb(210,225,193); }
td.TdClassName
{
border-color: #D2E1C1;
}
.TagClassName
{
border-color: #D2E1C1;
}
</style>