Html Css Color HEX #EADDC0 Double Pearl Lusta
📋 copy color: '#EADDC0'red 234 ◦ green 221 ◦ blue 192
Shades of Double Pearl Lusta #EADDC0
Tints of Double Pearl Lusta #EADDC0
RGB
CMYK
RGB Variations
Color information
#EADDC0 (or 0xEADDC0) is known color: Double Pearl Lusta. HEX triplet: EA, DD and C0. RGB value is (234,221,192). Sum of RGB (Red+Green+Blue) = 234+221+192=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 192 (75.39% from 255 or 29.68% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDC0 is #15223F. Grayscale: #DDDDDD. Windows color (decimal): -1385024 or 12639722. OLE color: 12639722.
HSL color Cylindrical-coordinate representation of color #EADDC0: hue angle of 41.43º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EADDC0 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 192 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.08 |
| HSL | 41.43º | 0.5% | 0.84% | - |
| HSV(B) | 41.43º | 0.18% | 0.92% | - |
| XYZ | 69.3 | 73.01 | 60.31 | - |
| YUV | 221.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 192 | 0 | 0.06 | 0.18 | 0.08 | 41.43 | 0.5 | 0.84 |
| Hex | EA | DD | C0 | 0 | 6 | 12 | 8 | 29 | 32 | 54 |
| Octal | 352 | 335 | 300 | 0 | 6 | 22 | 10 | 51 | 62 | 124 |
| Binary | 11101010 | 11011101 | 11000000 | 0 | 110 | 10010 | 1000 | 101001 | 110010 | 1010100 |
Color Harmonies of #EADDC0
Complementary color
Monochromatic Colors of #EADDC0
Black with #EADDC0
Text Example
Text Example
White with #EADDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDC0; }
p { color: rgb(234,221,192); }
H1.HeaderClassName
{
color: #EADDC0;
}
.AnyTagClassName
{
color: #EADDC0;
}
</style>
background-color css
<style>
a { background-color: #EADDC0; }
a { background-color: rgb(234,221,192); }
div.DivClassName
{
background-color: #EADDC0;
}
.BgClassName
{
background-color: #EADDC0;
}
</style>
border-color css
<style>
span { border-color: #EADDC0; }
span { border-color: rgb(234,221,192); }
td.TdClassName
{
border-color: #EADDC0;
}
.TagClassName
{
border-color: #EADDC0;
}
</style>