Html Css Color HEX #EDE5D5 Quarter Spanish White
📋 copy color: '#EDE5D5'red 237 ◦ green 229 ◦ blue 213
Shades of Quarter Spanish White #EDE5D5
Tints of Quarter Spanish White #EDE5D5
RGB
CMYK
RGB Variations
Color information
#EDE5D5 (or 0xEDE5D5) is known color: Quarter Spanish White. HEX triplet: ED, E5 and D5. RGB value is (237,229,213). Sum of RGB (Red+Green+Blue) = 237+229+213=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 213 (83.59% from 255 or 31.37% from 679); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5D5 is #121A2A. Grayscale: #E5E5E5. Windows color (decimal): -1186347 or 14018029. OLE color: 14018029.
HSL color Cylindrical-coordinate representation of color #EDE5D5: hue angle of 40º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDE5D5 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 229 | 213 | - |
CMYK | 0 | 0.03 | 0.10 | 0.07 |
HSL | 40º | 0.4% | 0.88% | - |
HSV(B) | 40º | 0.1% | 0.93% | - |
XYZ | 74.95 | 78.85 | 74.22 | - |
YUV | 229.57 | 118.65 | 133.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 229 | 213 | 0 | 0.03 | 0.10 | 0.07 | 40 | 0.4 | 0.88 |
Hex | ED | E5 | D5 | 0 | 3 | A | 7 | 28 | 28 | 58 |
Octal | 355 | 345 | 325 | 0 | 3 | 12 | 7 | 50 | 50 | 130 |
Binary | 11101101 | 11100101 | 11010101 | 0 | 11 | 1010 | 111 | 101000 | 101000 | 1011000 |
Color Harmonies of #EDE5D5
Complementary color
Monochromatic Colors of #EDE5D5
Black with #EDE5D5
Text Example
Text Example
White with #EDE5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5D5; }
p { color: rgb(237,229,213); }
H1.HeaderClassName
{
color: #EDE5D5;
}
.AnyTagClassName
{
color: #EDE5D5;
}
</style>
background-color css
<style>
a { background-color: #EDE5D5; }
a { background-color: rgb(237,229,213); }
div.DivClassName
{
background-color: #EDE5D5;
}
.BgClassName
{
background-color: #EDE5D5;
}
</style>
border-color css
<style>
span { border-color: #EDE5D5; }
span { border-color: rgb(237,229,213); }
td.TdClassName
{
border-color: #EDE5D5;
}
.TagClassName
{
border-color: #EDE5D5;
}
</style>