Html Css Color HEX #EADDB4 Double Pearl Lusta
📋 copy color: '#EADDB4'red 234 ◦ green 221 ◦ blue 180
Shades of Double Pearl Lusta #EADDB4
Tints of Double Pearl Lusta #EADDB4
RGB
CMYK
RGB Variations
Color information
#EADDB4 (or 0xEADDB4) is known color: Double Pearl Lusta. HEX triplet: EA, DD and B4. RGB value is (234,221,180). Sum of RGB (Red+Green+Blue) = 234+221+180=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 180 (70.70% from 255 or 28.35% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDB4 is #15224B. Grayscale: #DCDCDC. Windows color (decimal): -1385036 or 11853290. OLE color: 11853290.
HSL color Cylindrical-coordinate representation of color #EADDB4: hue angle of 45.56º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EADDB4 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 180 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.08 |
| HSL | 45.56º | 0.56% | 0.81% | - |
| HSV(B) | 45.56º | 0.23% | 0.92% | - |
| XYZ | 68.03 | 72.5 | 53.59 | - |
| YUV | 220.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 180 | 0 | 0.06 | 0.23 | 0.08 | 45.56 | 0.56 | 0.81 |
| Hex | EA | DD | B4 | 0 | 6 | 17 | 8 | 2E | 38 | 51 |
| Octal | 352 | 335 | 264 | 0 | 6 | 27 | 10 | 56 | 70 | 121 |
| Binary | 11101010 | 11011101 | 10110100 | 0 | 110 | 10111 | 1000 | 101110 | 111000 | 1010001 |
Color Harmonies of #EADDB4
Complementary color
Monochromatic Colors of #EADDB4
Black with #EADDB4
Text Example
Text Example
White with #EADDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDB4; }
p { color: rgb(234,221,180); }
H1.HeaderClassName
{
color: #EADDB4;
}
.AnyTagClassName
{
color: #EADDB4;
}
</style>
background-color css
<style>
a { background-color: #EADDB4; }
a { background-color: rgb(234,221,180); }
div.DivClassName
{
background-color: #EADDB4;
}
.BgClassName
{
background-color: #EADDB4;
}
</style>
border-color css
<style>
span { border-color: #EADDB4; }
span { border-color: rgb(234,221,180); }
td.TdClassName
{
border-color: #EADDB4;
}
.TagClassName
{
border-color: #EADDB4;
}
</style>