Html Css Color HEX #E9DDC5 Half Spanish White
📋 copy color: '#E9DDC5'red 233 ◦ green 221 ◦ blue 197
Shades of Half Spanish White #E9DDC5
Tints of Half Spanish White #E9DDC5
RGB
CMYK
RGB Variations
Color information
#E9DDC5 (or 0xE9DDC5) is known color: Half Spanish White. HEX triplet: E9, DD and C5. RGB value is (233,221,197). Sum of RGB (Red+Green+Blue) = 233+221+197=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 197 (77.34% from 255 or 30.26% from 651); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDC5 is #16223A. Grayscale: #DDDDDD. Windows color (decimal): -1450555 or 12967401. OLE color: 12967401.
HSL color Cylindrical-coordinate representation of color #E9DDC5: hue angle of 40º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9DDC5 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 221 | 197 | - |
CMYK | 0 | 0.05 | 0.15 | 0.09 |
HSL | 40º | 0.45% | 0.84% | - |
HSV(B) | 40º | 0.15% | 0.91% | - |
XYZ | 69.54 | 73.07 | 63.26 | - |
YUV | 221.85 | 113.98 | 135.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 221 | 197 | 0 | 0.05 | 0.15 | 0.09 | 40 | 0.45 | 0.84 |
Hex | E9 | DD | C5 | 0 | 5 | F | 9 | 28 | 2D | 54 |
Octal | 351 | 335 | 305 | 0 | 5 | 17 | 11 | 50 | 55 | 124 |
Binary | 11101001 | 11011101 | 11000101 | 0 | 101 | 1111 | 1001 | 101000 | 101101 | 1010100 |
Color Harmonies of #E9DDC5
Complementary color
Monochromatic Colors of #E9DDC5
Black with #E9DDC5
Text Example
Text Example
White with #E9DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDC5; }
p { color: rgb(233,221,197); }
H1.HeaderClassName
{
color: #E9DDC5;
}
.AnyTagClassName
{
color: #E9DDC5;
}
</style>
background-color css
<style>
a { background-color: #E9DDC5; }
a { background-color: rgb(233,221,197); }
div.DivClassName
{
background-color: #E9DDC5;
}
.BgClassName
{
background-color: #E9DDC5;
}
</style>
border-color css
<style>
span { border-color: #E9DDC5; }
span { border-color: rgb(233,221,197); }
td.TdClassName
{
border-color: #E9DDC5;
}
.TagClassName
{
border-color: #E9DDC5;
}
</style>