Shades of Ottoman #D5E3C4
Tints of Ottoman #D5E3C4
RGB
CMYK
RGB Variations
Color information
#D5E3C4 (or 0xD5E3C4) is known color: Ottoman. HEX triplet: D5, E3 and C4. RGB value is (213,227,196). Sum of RGB (Red+Green+Blue) = 213+227+196=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E3C4 is #2A1C3B. Grayscale: #DBDBDB. Windows color (decimal): -2759740 or 12903381. OLE color: 12903381.
HSL color Cylindrical-coordinate representation of color #D5E3C4: hue angle of 87.1º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5E3C4 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
RGB | 213 | 227 | 196 | - |
CMYK | 0.06 | 0 | 0.14 | 0.11 |
HSL | 87.1º | 0.36% | 0.83% | - |
HSV(B) | 87.1º | 0.14% | 0.89% | - |
XYZ | 64.87 | 73.07 | 62.91 | - |
YUV | 219.28 | 114.86 | 123.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 227 | 196 | 0.06 | 0 | 0.14 | 0.11 | 87.1 | 0.36 | 0.83 |
Hex | D5 | E3 | C4 | 6 | 0 | E | B | 57 | 24 | 53 |
Octal | 325 | 343 | 304 | 6 | 0 | 16 | 13 | 127 | 44 | 123 |
Binary | 11010101 | 11100011 | 11000100 | 110 | 0 | 1110 | 1011 | 1010111 | 100100 | 1010011 |
Color Harmonies of #D5E3C4
Complementary color
Monochromatic Colors of #D5E3C4
Black with #D5E3C4
Text Example
Text Example
White with #D5E3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E3C4; }
p { color: rgb(213,227,196); }
H1.HeaderClassName
{
color: #D5E3C4;
}
.AnyTagClassName
{
color: #D5E3C4;
}
</style>
background-color css
<style>
a { background-color: #D5E3C4; }
a { background-color: rgb(213,227,196); }
div.DivClassName
{
background-color: #D5E3C4;
}
.BgClassName
{
background-color: #D5E3C4;
}
</style>
border-color css
<style>
span { border-color: #D5E3C4; }
span { border-color: rgb(213,227,196); }
td.TdClassName
{
border-color: #D5E3C4;
}
.TagClassName
{
border-color: #D5E3C4;
}
</style>