Shades of Ottoman #D2DDC5
Tints of Ottoman #D2DDC5
RGB
CMYK
RGB Variations
Color information
#D2DDC5 (or 0xD2DDC5) is known color: Ottoman. HEX triplet: D2, DD and C5. RGB value is (210,221,197). Sum of RGB (Red+Green+Blue) = 210+221+197=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDC5 is #2D223A. Grayscale: #D7D7D7. Windows color (decimal): -2957883 or 12967378. OLE color: 12967378.
HSL color Cylindrical-coordinate representation of color #D2DDC5: hue angle of 87.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2DDC5 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 210 | 221 | 197 | - |
CMYK | 0.05 | 0 | 0.11 | 0.13 |
HSL | 87.5º | 0.26% | 0.82% | - |
HSV(B) | 87.5º | 0.11% | 0.87% | - |
XYZ | 62.51 | 69.45 | 62.93 | - |
YUV | 214.98 | 117.86 | 124.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 221 | 197 | 0.05 | 0 | 0.11 | 0.13 | 87.5 | 0.26 | 0.82 |
Hex | D2 | DD | C5 | 5 | 0 | B | D | 57 | 1A | 52 |
Octal | 322 | 335 | 305 | 5 | 0 | 13 | 15 | 127 | 32 | 122 |
Binary | 11010010 | 11011101 | 11000101 | 101 | 0 | 1011 | 1101 | 1010111 | 11010 | 1010010 |
Color Harmonies of #D2DDC5
Complementary color
Monochromatic Colors of #D2DDC5
Black with #D2DDC5
Text Example
Text Example
White with #D2DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDC5; }
p { color: rgb(210,221,197); }
H1.HeaderClassName
{
color: #D2DDC5;
}
.AnyTagClassName
{
color: #D2DDC5;
}
</style>
background-color css
<style>
a { background-color: #D2DDC5; }
a { background-color: rgb(210,221,197); }
div.DivClassName
{
background-color: #D2DDC5;
}
.BgClassName
{
background-color: #D2DDC5;
}
</style>
border-color css
<style>
span { border-color: #D2DDC5; }
span { border-color: rgb(210,221,197); }
td.TdClassName
{
border-color: #D2DDC5;
}
.TagClassName
{
border-color: #D2DDC5;
}
</style>