Shades of Ottoman #D5DAD0
Tints of Ottoman #D5DAD0
RGB
CMYK
RGB Variations
Color information
#D5DAD0 (or 0xD5DAD0) is known color: Ottoman. HEX triplet: D5, DA and D0. RGB value is (213,218,208). Sum of RGB (Red+Green+Blue) = 213+218+208=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DAD0 is #2A252F. Grayscale: #D7D7D7. Windows color (decimal): -2762032 or 13687509. OLE color: 13687509.
HSL color Cylindrical-coordinate representation of color #D5DAD0: hue angle of 90º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5DAD0 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 213 | 218 | 208 | - |
CMYK | 0.02 | 0 | 0.05 | 0.15 |
HSL | 90º | 0.12% | 0.84% | - |
HSV(B) | 90º | 0.05% | 0.85% | - |
XYZ | 63.9 | 68.84 | 69.59 | - |
YUV | 215.37 | 123.84 | 126.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 218 | 208 | 0.02 | 0 | 0.05 | 0.15 | 90 | 0.12 | 0.84 |
Hex | D5 | DA | D0 | 2 | 0 | 5 | F | 5A | C | 54 |
Octal | 325 | 332 | 320 | 2 | 0 | 5 | 17 | 132 | 14 | 124 |
Binary | 11010101 | 11011010 | 11010000 | 10 | 0 | 101 | 1111 | 1011010 | 1100 | 1010100 |
Color Harmonies of #D5DAD0
Complementary color
Monochromatic Colors of #D5DAD0
Black with #D5DAD0
Text Example
Text Example
White with #D5DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DAD0; }
p { color: rgb(213,218,208); }
H1.HeaderClassName
{
color: #D5DAD0;
}
.AnyTagClassName
{
color: #D5DAD0;
}
</style>
background-color css
<style>
a { background-color: #D5DAD0; }
a { background-color: rgb(213,218,208); }
div.DivClassName
{
background-color: #D5DAD0;
}
.BgClassName
{
background-color: #D5DAD0;
}
</style>
border-color css
<style>
span { border-color: #D5DAD0; }
span { border-color: rgb(213,218,208); }
td.TdClassName
{
border-color: #D5DAD0;
}
.TagClassName
{
border-color: #D5DAD0;
}
</style>