Html Css Color HEX #EADDB8 Double Pearl Lusta
📋 copy color: '#EADDB8'red 234 ◦ green 221 ◦ blue 184
Shades of Double Pearl Lusta #EADDB8
Tints of Double Pearl Lusta #EADDB8
RGB
CMYK
RGB Variations
Color information
#EADDB8 (or 0xEADDB8) is known color: Double Pearl Lusta. HEX triplet: EA, DD and B8. RGB value is (234,221,184). Sum of RGB (Red+Green+Blue) = 234+221+184=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 184 (72.27% from 255 or 28.79% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDB8 is #152247. Grayscale: #DCDCDC. Windows color (decimal): -1385032 or 12115434. OLE color: 12115434.
HSL color Cylindrical-coordinate representation of color #EADDB8: hue angle of 44.4º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EADDB8 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 184 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.08 |
| HSL | 44.4º | 0.54% | 0.82% | - |
| HSV(B) | 44.4º | 0.21% | 0.92% | - |
| XYZ | 68.44 | 72.67 | 55.77 | - |
| YUV | 220.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 184 | 0 | 0.06 | 0.21 | 0.08 | 44.4 | 0.54 | 0.82 |
| Hex | EA | DD | B8 | 0 | 6 | 15 | 8 | 2C | 36 | 52 |
| Octal | 352 | 335 | 270 | 0 | 6 | 25 | 10 | 54 | 66 | 122 |
| Binary | 11101010 | 11011101 | 10111000 | 0 | 110 | 10101 | 1000 | 101100 | 110110 | 1010010 |
Color Harmonies of #EADDB8
Complementary color
Monochromatic Colors of #EADDB8
Black with #EADDB8
Text Example
Text Example
White with #EADDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDB8; }
p { color: rgb(234,221,184); }
H1.HeaderClassName
{
color: #EADDB8;
}
.AnyTagClassName
{
color: #EADDB8;
}
</style>
background-color css
<style>
a { background-color: #EADDB8; }
a { background-color: rgb(234,221,184); }
div.DivClassName
{
background-color: #EADDB8;
}
.BgClassName
{
background-color: #EADDB8;
}
</style>
border-color css
<style>
span { border-color: #EADDB8; }
span { border-color: rgb(234,221,184); }
td.TdClassName
{
border-color: #EADDB8;
}
.TagClassName
{
border-color: #EADDB8;
}
</style>