Shades of Ottoman #D5DECB
Tints of Ottoman #D5DECB
RGB
CMYK
RGB Variations
Color information
#D5DECB (or 0xD5DECB) is known color: Ottoman. HEX triplet: D5, DE and CB. RGB value is (213,222,203). Sum of RGB (Red+Green+Blue) = 213+222+203=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DECB is #2A2134. Grayscale: #D9D9D9. Windows color (decimal): -2761013 or 13360853. OLE color: 13360853.
HSL color Cylindrical-coordinate representation of color #D5DECB: hue angle of 88.42º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5DECB is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 213 | 222 | 203 | - |
CMYK | 0.04 | 0 | 0.09 | 0.13 |
HSL | 88.42º | 0.22% | 0.83% | - |
HSV(B) | 88.42º | 0.09% | 0.87% | - |
XYZ | 64.34 | 70.7 | 66.76 | - |
YUV | 217.14 | 120.02 | 125.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 222 | 203 | 0.04 | 0 | 0.09 | 0.13 | 88.42 | 0.22 | 0.83 |
Hex | D5 | DE | CB | 4 | 0 | 9 | D | 58 | 16 | 53 |
Octal | 325 | 336 | 313 | 4 | 0 | 11 | 15 | 130 | 26 | 123 |
Binary | 11010101 | 11011110 | 11001011 | 100 | 0 | 1001 | 1101 | 1011000 | 10110 | 1010011 |
Color Harmonies of #D5DECB
Complementary color
Monochromatic Colors of #D5DECB
Black with #D5DECB
Text Example
Text Example
White with #D5DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DECB; }
p { color: rgb(213,222,203); }
H1.HeaderClassName
{
color: #D5DECB;
}
.AnyTagClassName
{
color: #D5DECB;
}
</style>
background-color css
<style>
a { background-color: #D5DECB; }
a { background-color: rgb(213,222,203); }
div.DivClassName
{
background-color: #D5DECB;
}
.BgClassName
{
background-color: #D5DECB;
}
</style>
border-color css
<style>
span { border-color: #D5DECB; }
span { border-color: rgb(213,222,203); }
td.TdClassName
{
border-color: #D5DECB;
}
.TagClassName
{
border-color: #D5DECB;
}
</style>