Html Css Color HEX #EDE2D4 Quarter Spanish White
📋 copy color: '#EDE2D4'red 237 ◦ green 226 ◦ blue 212
Shades of Quarter Spanish White #EDE2D4
Tints of Quarter Spanish White #EDE2D4
RGB
CMYK
RGB Variations
Color information
#EDE2D4 (or 0xEDE2D4) is known color: Quarter Spanish White. HEX triplet: ED, E2 and D4. RGB value is (237,226,212). Sum of RGB (Red+Green+Blue) = 237+226+212=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 212 (83.20% from 255 or 31.41% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2D4 is #121D2B. Grayscale: #E3E3E3. Windows color (decimal): -1187116 or 13951725. OLE color: 13951725.
HSL color Cylindrical-coordinate representation of color #EDE2D4: hue angle of 33.6º degrees, saturation: 0.41, 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 #EDE2D4 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 226 | 212 | - |
CMYK | 0 | 0.05 | 0.11 | 0.07 |
HSL | 33.6º | 0.41% | 0.88% | - |
HSV(B) | 33.6º | 0.11% | 0.93% | - |
XYZ | 74.01 | 77.15 | 73.28 | - |
YUV | 227.69 | 119.14 | 134.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 226 | 212 | 0 | 0.05 | 0.11 | 0.07 | 33.6 | 0.41 | 0.88 |
Hex | ED | E2 | D4 | 0 | 5 | B | 7 | 22 | 29 | 58 |
Octal | 355 | 342 | 324 | 0 | 5 | 13 | 7 | 42 | 51 | 130 |
Binary | 11101101 | 11100010 | 11010100 | 0 | 101 | 1011 | 111 | 100010 | 101001 | 1011000 |
Color Harmonies of #EDE2D4
Complementary color
Monochromatic Colors of #EDE2D4
Black with #EDE2D4
Text Example
Text Example
White with #EDE2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2D4; }
p { color: rgb(237,226,212); }
H1.HeaderClassName
{
color: #EDE2D4;
}
.AnyTagClassName
{
color: #EDE2D4;
}
</style>
background-color css
<style>
a { background-color: #EDE2D4; }
a { background-color: rgb(237,226,212); }
div.DivClassName
{
background-color: #EDE2D4;
}
.BgClassName
{
background-color: #EDE2D4;
}
</style>
border-color css
<style>
span { border-color: #EDE2D4; }
span { border-color: rgb(237,226,212); }
td.TdClassName
{
border-color: #EDE2D4;
}
.TagClassName
{
border-color: #EDE2D4;
}
</style>