Shades of Ottoman #D2DDCA
Tints of Ottoman #D2DDCA
RGB
CMYK
RGB Variations
Color information
#D2DDCA (or 0xD2DDCA) is known color: Ottoman. HEX triplet: D2, DD and CA. RGB value is (210,221,202). Sum of RGB (Red+Green+Blue) = 210+221+202=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDCA is #2D2235. Grayscale: #D7D7D7. Windows color (decimal): -2957878 or 13295058. OLE color: 13295058.
HSL color Cylindrical-coordinate representation of color #D2DDCA: hue angle of 94.74º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2DDCA is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 202 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.13 |
| HSL | 94.74º | 0.22% | 0.83% | - |
| HSV(B) | 94.74º | 0.09% | 0.87% | - |
| XYZ | 63.1 | 69.68 | 66 | - |
| YUV | 215.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 202 | 0.05 | 0 | 0.09 | 0.13 | 94.74 | 0.22 | 0.83 |
| Hex | D2 | DD | CA | 5 | 0 | 9 | D | 5F | 16 | 53 |
| Octal | 322 | 335 | 312 | 5 | 0 | 11 | 15 | 137 | 26 | 123 |
| Binary | 11010010 | 11011101 | 11001010 | 101 | 0 | 1001 | 1101 | 1011111 | 10110 | 1010011 |
Color Harmonies of #D2DDCA
Complementary color
Monochromatic Colors of #D2DDCA
Black with #D2DDCA
Text Example
Text Example
White with #D2DDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDCA; }
p { color: rgb(210,221,202); }
H1.HeaderClassName
{
color: #D2DDCA;
}
.AnyTagClassName
{
color: #D2DDCA;
}
</style>
background-color css
<style>
a { background-color: #D2DDCA; }
a { background-color: rgb(210,221,202); }
div.DivClassName
{
background-color: #D2DDCA;
}
.BgClassName
{
background-color: #D2DDCA;
}
</style>
border-color css
<style>
span { border-color: #D2DDCA; }
span { border-color: rgb(210,221,202); }
td.TdClassName
{
border-color: #D2DDCA;
}
.TagClassName
{
border-color: #D2DDCA;
}
</style>