Shades of Ottoman #D5DFCD
Tints of Ottoman #D5DFCD
RGB
CMYK
RGB Variations
Color information
#D5DFCD (or 0xD5DFCD) is known color: Ottoman. HEX triplet: D5, DF and CD. RGB value is (213,223,205). Sum of RGB (Red+Green+Blue) = 213+223+205=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFCD is #2A2032. Grayscale: #DADADA. Windows color (decimal): -2760755 or 13492181. OLE color: 13492181.
HSL color Cylindrical-coordinate representation of color #D5DFCD: hue angle of 93.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5DFCD is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 213 | 223 | 205 | - |
CMYK | 0.04 | 0 | 0.08 | 0.13 |
HSL | 93.33º | 0.22% | 0.84% | - |
HSV(B) | 93.33º | 0.08% | 0.87% | - |
XYZ | 64.85 | 71.33 | 68.11 | - |
YUV | 217.96 | 120.69 | 124.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 223 | 205 | 0.04 | 0 | 0.08 | 0.13 | 93.33 | 0.22 | 0.84 |
Hex | D5 | DF | CD | 4 | 0 | 8 | D | 5D | 16 | 54 |
Octal | 325 | 337 | 315 | 4 | 0 | 10 | 15 | 135 | 26 | 124 |
Binary | 11010101 | 11011111 | 11001101 | 100 | 0 | 1000 | 1101 | 1011101 | 10110 | 1010100 |
Color Harmonies of #D5DFCD
Complementary color
Monochromatic Colors of #D5DFCD
Black with #D5DFCD
Text Example
Text Example
White with #D5DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DFCD; }
p { color: rgb(213,223,205); }
H1.HeaderClassName
{
color: #D5DFCD;
}
.AnyTagClassName
{
color: #D5DFCD;
}
</style>
background-color css
<style>
a { background-color: #D5DFCD; }
a { background-color: rgb(213,223,205); }
div.DivClassName
{
background-color: #D5DFCD;
}
.BgClassName
{
background-color: #D5DFCD;
}
</style>
border-color css
<style>
span { border-color: #D5DFCD; }
span { border-color: rgb(213,223,205); }
td.TdClassName
{
border-color: #D5DFCD;
}
.TagClassName
{
border-color: #D5DFCD;
}
</style>