Html Css Color HEX #EDE3D3 Quarter Spanish White
📋 copy color: '#EDE3D3'red 237 ◦ green 227 ◦ blue 211
Shades of Quarter Spanish White #EDE3D3
Tints of Quarter Spanish White #EDE3D3
RGB
CMYK
RGB Variations
Color information
#EDE3D3 (or 0xEDE3D3) is known color: Quarter Spanish White. HEX triplet: ED, E3 and D3. RGB value is (237,227,211). Sum of RGB (Red+Green+Blue) = 237+227+211=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 227 (89.06% from 255 or 33.63% from 675); Blue value is 211 (82.81% from 255 or 31.26% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3D3 is #121C2C. Grayscale: #E4E4E4. Windows color (decimal): -1186861 or 13886445. OLE color: 13886445.
HSL color Cylindrical-coordinate representation of color #EDE3D3: hue angle of 36.92º degrees, saturation: 0.42, 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 #EDE3D3 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 211 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.07 |
| HSL | 36.92º | 0.42% | 0.88% | - |
| HSV(B) | 36.92º | 0.11% | 0.93% | - |
| XYZ | 74.15 | 77.65 | 72.71 | - |
| YUV | 228.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 211 | 0 | 0.04 | 0.11 | 0.07 | 36.92 | 0.42 | 0.88 |
| Hex | ED | E3 | D3 | 0 | 4 | B | 7 | 25 | 2A | 58 |
| Octal | 355 | 343 | 323 | 0 | 4 | 13 | 7 | 45 | 52 | 130 |
| Binary | 11101101 | 11100011 | 11010011 | 0 | 100 | 1011 | 111 | 100101 | 101010 | 1011000 |
Color Harmonies of #EDE3D3
Complementary color
Monochromatic Colors of #EDE3D3
Black with #EDE3D3
Text Example
Text Example
White with #EDE3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3D3; }
p { color: rgb(237,227,211); }
H1.HeaderClassName
{
color: #EDE3D3;
}
.AnyTagClassName
{
color: #EDE3D3;
}
</style>
background-color css
<style>
a { background-color: #EDE3D3; }
a { background-color: rgb(237,227,211); }
div.DivClassName
{
background-color: #EDE3D3;
}
.BgClassName
{
background-color: #EDE3D3;
}
</style>
border-color css
<style>
span { border-color: #EDE3D3; }
span { border-color: rgb(237,227,211); }
td.TdClassName
{
border-color: #EDE3D3;
}
.TagClassName
{
border-color: #EDE3D3;
}
</style>