Shades of Ottoman #D4DAD0
Tints of Ottoman #D4DAD0
RGB
CMYK
RGB Variations
Color information
#D4DAD0 (or 0xD4DAD0) is known color: Ottoman. HEX triplet: D4, DA and D0. RGB value is (212,218,208). Sum of RGB (Red+Green+Blue) = 212+218+208=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DAD0 is #2B252F. Grayscale: #D7D7D7. Windows color (decimal): -2827568 or 13687508. OLE color: 13687508.
HSL color Cylindrical-coordinate representation of color #D4DAD0: hue angle of 96º 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 #D4DAD0 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 218 | 208 | - |
CMYK | 0.03 | 0 | 0.05 | 0.15 |
HSL | 96º | 0.12% | 0.84% | - |
HSV(B) | 96º | 0.05% | 0.85% | - |
XYZ | 63.61 | 68.69 | 69.58 | - |
YUV | 215.07 | 124.01 | 125.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 218 | 208 | 0.03 | 0 | 0.05 | 0.15 | 96 | 0.12 | 0.84 |
Hex | D4 | DA | D0 | 3 | 0 | 5 | F | 60 | C | 54 |
Octal | 324 | 332 | 320 | 3 | 0 | 5 | 17 | 140 | 14 | 124 |
Binary | 11010100 | 11011010 | 11010000 | 11 | 0 | 101 | 1111 | 1100000 | 1100 | 1010100 |
Color Harmonies of #D4DAD0
Complementary color
Monochromatic Colors of #D4DAD0
Black with #D4DAD0
Text Example
Text Example
White with #D4DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DAD0; }
p { color: rgb(212,218,208); }
H1.HeaderClassName
{
color: #D4DAD0;
}
.AnyTagClassName
{
color: #D4DAD0;
}
</style>
background-color css
<style>
a { background-color: #D4DAD0; }
a { background-color: rgb(212,218,208); }
div.DivClassName
{
background-color: #D4DAD0;
}
.BgClassName
{
background-color: #D4DAD0;
}
</style>
border-color css
<style>
span { border-color: #D4DAD0; }
span { border-color: rgb(212,218,208); }
td.TdClassName
{
border-color: #D4DAD0;
}
.TagClassName
{
border-color: #D4DAD0;
}
</style>