Shades of Ottoman #D2DBCA
Tints of Ottoman #D2DBCA
RGB
CMYK
RGB Variations
Color information
#D2DBCA (or 0xD2DBCA) is known color: Ottoman. HEX triplet: D2, DB and CA. RGB value is (210,219,202). Sum of RGB (Red+Green+Blue) = 210+219+202=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBCA is #2D2435. Grayscale: #D6D6D6. Windows color (decimal): -2958390 or 13294546. OLE color: 13294546.
HSL color Cylindrical-coordinate representation of color #D2DBCA: hue angle of 91.76º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2DBCA is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 210 | 219 | 202 | - |
CMYK | 0.04 | 0 | 0.08 | 0.14 |
HSL | 91.76º | 0.19% | 0.83% | - |
HSV(B) | 91.76º | 0.08% | 0.86% | - |
XYZ | 62.57 | 68.63 | 65.83 | - |
YUV | 214.37 | 121.02 | 124.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 219 | 202 | 0.04 | 0 | 0.08 | 0.14 | 91.76 | 0.19 | 0.83 |
Hex | D2 | DB | CA | 4 | 0 | 8 | E | 5C | 13 | 53 |
Octal | 322 | 333 | 312 | 4 | 0 | 10 | 16 | 134 | 23 | 123 |
Binary | 11010010 | 11011011 | 11001010 | 100 | 0 | 1000 | 1110 | 1011100 | 10011 | 1010011 |
Color Harmonies of #D2DBCA
Complementary color
Monochromatic Colors of #D2DBCA
Black with #D2DBCA
Text Example
Text Example
White with #D2DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DBCA; }
p { color: rgb(210,219,202); }
H1.HeaderClassName
{
color: #D2DBCA;
}
.AnyTagClassName
{
color: #D2DBCA;
}
</style>
background-color css
<style>
a { background-color: #D2DBCA; }
a { background-color: rgb(210,219,202); }
div.DivClassName
{
background-color: #D2DBCA;
}
.BgClassName
{
background-color: #D2DBCA;
}
</style>
border-color css
<style>
span { border-color: #D2DBCA; }
span { border-color: rgb(210,219,202); }
td.TdClassName
{
border-color: #D2DBCA;
}
.TagClassName
{
border-color: #D2DBCA;
}
</style>