Shades of Ottoman #D5DACE
Tints of Ottoman #D5DACE
RGB
CMYK
RGB Variations
Color information
#D5DACE (or 0xD5DACE) is known color: Ottoman. HEX triplet: D5, DA and CE. RGB value is (213,218,206). Sum of RGB (Red+Green+Blue) = 213+218+206=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DACE is #2A2531. Grayscale: #D7D7D7. Windows color (decimal): -2762034 or 13556437. OLE color: 13556437.
HSL color Cylindrical-coordinate representation of color #D5DACE: hue angle of 85º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5DACE is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 213 | 218 | 206 | - |
CMYK | 0.02 | 0 | 0.06 | 0.15 |
HSL | 85º | 0.14% | 0.83% | - |
HSV(B) | 85º | 0.06% | 0.85% | - |
XYZ | 63.65 | 68.75 | 68.31 | - |
YUV | 215.14 | 122.84 | 126.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 218 | 206 | 0.02 | 0 | 0.06 | 0.15 | 85 | 0.14 | 0.83 |
Hex | D5 | DA | CE | 2 | 0 | 6 | F | 55 | E | 53 |
Octal | 325 | 332 | 316 | 2 | 0 | 6 | 17 | 125 | 16 | 123 |
Binary | 11010101 | 11011010 | 11001110 | 10 | 0 | 110 | 1111 | 1010101 | 1110 | 1010011 |
Color Harmonies of #D5DACE
Complementary color
Monochromatic Colors of #D5DACE
Black with #D5DACE
Text Example
Text Example
White with #D5DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DACE; }
p { color: rgb(213,218,206); }
H1.HeaderClassName
{
color: #D5DACE;
}
.AnyTagClassName
{
color: #D5DACE;
}
</style>
background-color css
<style>
a { background-color: #D5DACE; }
a { background-color: rgb(213,218,206); }
div.DivClassName
{
background-color: #D5DACE;
}
.BgClassName
{
background-color: #D5DACE;
}
</style>
border-color css
<style>
span { border-color: #D5DACE; }
span { border-color: rgb(213,218,206); }
td.TdClassName
{
border-color: #D5DACE;
}
.TagClassName
{
border-color: #D5DACE;
}
</style>