Html Css Color HEX #EDE2D2 Quarter Spanish White
📋 copy color: '#EDE2D2'red 237 ◦ green 226 ◦ blue 210
Shades of Quarter Spanish White #EDE2D2
Tints of Quarter Spanish White #EDE2D2
RGB
CMYK
RGB Variations
Color information
#EDE2D2 (or 0xEDE2D2) is known color: Quarter Spanish White. HEX triplet: ED, E2 and D2. RGB value is (237,226,210). Sum of RGB (Red+Green+Blue) = 237+226+210=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 210 (82.42% from 255 or 31.20% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2D2 is #121D2D. Grayscale: #E3E3E3. Windows color (decimal): -1187118 or 13820653. OLE color: 13820653.
HSL color Cylindrical-coordinate representation of color #EDE2D2: hue angle of 35.56º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDE2D2 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 226 | 210 | - |
CMYK | 0 | 0.05 | 0.11 | 0.07 |
HSL | 35.56º | 0.43% | 0.88% | - |
HSV(B) | 35.56º | 0.11% | 0.93% | - |
XYZ | 73.75 | 77.05 | 71.96 | - |
YUV | 227.47 | 118.14 | 134.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 226 | 210 | 0 | 0.05 | 0.11 | 0.07 | 35.56 | 0.43 | 0.88 |
Hex | ED | E2 | D2 | 0 | 5 | B | 7 | 24 | 2B | 58 |
Octal | 355 | 342 | 322 | 0 | 5 | 13 | 7 | 44 | 53 | 130 |
Binary | 11101101 | 11100010 | 11010010 | 0 | 101 | 1011 | 111 | 100100 | 101011 | 1011000 |
Color Harmonies of #EDE2D2
Complementary color
Monochromatic Colors of #EDE2D2
Black with #EDE2D2
Text Example
Text Example
White with #EDE2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2D2; }
p { color: rgb(237,226,210); }
H1.HeaderClassName
{
color: #EDE2D2;
}
.AnyTagClassName
{
color: #EDE2D2;
}
</style>
background-color css
<style>
a { background-color: #EDE2D2; }
a { background-color: rgb(237,226,210); }
div.DivClassName
{
background-color: #EDE2D2;
}
.BgClassName
{
background-color: #EDE2D2;
}
</style>
border-color css
<style>
span { border-color: #EDE2D2; }
span { border-color: rgb(237,226,210); }
td.TdClassName
{
border-color: #EDE2D2;
}
.TagClassName
{
border-color: #EDE2D2;
}
</style>