Html Css Color HEX #EADDC6 Half Spanish White
📋 copy color: '#EADDC6'red 234 ◦ green 221 ◦ blue 198
Shades of Half Spanish White #EADDC6
Tints of Half Spanish White #EADDC6
RGB
CMYK
RGB Variations
Color information
#EADDC6 (or 0xEADDC6) is known color: Half Spanish White. HEX triplet: EA, DD and C6. RGB value is (234,221,198). Sum of RGB (Red+Green+Blue) = 234+221+198=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDC6 is #152239. Grayscale: #DEDEDE. Windows color (decimal): -1385018 or 13032938. OLE color: 13032938.
HSL color Cylindrical-coordinate representation of color #EADDC6: hue angle of 38.33º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EADDC6 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 221 | 198 | - |
CMYK | 0 | 0.06 | 0.15 | 0.08 |
HSL | 38.33º | 0.46% | 0.85% | - |
HSV(B) | 38.33º | 0.15% | 0.92% | - |
XYZ | 69.98 | 73.28 | 63.88 | - |
YUV | 222.27 | 114.31 | 136.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 221 | 198 | 0 | 0.06 | 0.15 | 0.08 | 38.33 | 0.46 | 0.85 |
Hex | EA | DD | C6 | 0 | 6 | F | 8 | 26 | 2E | 55 |
Octal | 352 | 335 | 306 | 0 | 6 | 17 | 10 | 46 | 56 | 125 |
Binary | 11101010 | 11011101 | 11000110 | 0 | 110 | 1111 | 1000 | 100110 | 101110 | 1010101 |
Color Harmonies of #EADDC6
Complementary color
Monochromatic Colors of #EADDC6
Black with #EADDC6
Text Example
Text Example
White with #EADDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDC6; }
p { color: rgb(234,221,198); }
H1.HeaderClassName
{
color: #EADDC6;
}
.AnyTagClassName
{
color: #EADDC6;
}
</style>
background-color css
<style>
a { background-color: #EADDC6; }
a { background-color: rgb(234,221,198); }
div.DivClassName
{
background-color: #EADDC6;
}
.BgClassName
{
background-color: #EADDC6;
}
</style>
border-color css
<style>
span { border-color: #EADDC6; }
span { border-color: rgb(234,221,198); }
td.TdClassName
{
border-color: #EADDC6;
}
.TagClassName
{
border-color: #EADDC6;
}
</style>