Html Css Color HEX #EADDB7 Double Pearl Lusta
📋 copy color: '#EADDB7'red 234 ◦ green 221 ◦ blue 183
Shades of Double Pearl Lusta #EADDB7
Tints of Double Pearl Lusta #EADDB7
RGB
CMYK
RGB Variations
Color information
#EADDB7 (or 0xEADDB7) is known color: Double Pearl Lusta. HEX triplet: EA, DD and B7. RGB value is (234,221,183). Sum of RGB (Red+Green+Blue) = 234+221+183=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 183 (71.88% from 255 or 28.68% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDB7 is #152248. Grayscale: #DCDCDC. Windows color (decimal): -1385033 or 12049898. OLE color: 12049898.
HSL color Cylindrical-coordinate representation of color #EADDB7: hue angle of 44.71º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EADDB7 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 183 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.08 |
| HSL | 44.71º | 0.55% | 0.82% | - |
| HSV(B) | 44.71º | 0.22% | 0.92% | - |
| XYZ | 68.34 | 72.62 | 55.22 | - |
| YUV | 220.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 183 | 0 | 0.06 | 0.22 | 0.08 | 44.71 | 0.55 | 0.82 |
| Hex | EA | DD | B7 | 0 | 6 | 16 | 8 | 2D | 37 | 52 |
| Octal | 352 | 335 | 267 | 0 | 6 | 26 | 10 | 55 | 67 | 122 |
| Binary | 11101010 | 11011101 | 10110111 | 0 | 110 | 10110 | 1000 | 101101 | 110111 | 1010010 |
Color Harmonies of #EADDB7
Complementary color
Monochromatic Colors of #EADDB7
Black with #EADDB7
Text Example
Text Example
White with #EADDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDB7; }
p { color: rgb(234,221,183); }
H1.HeaderClassName
{
color: #EADDB7;
}
.AnyTagClassName
{
color: #EADDB7;
}
</style>
background-color css
<style>
a { background-color: #EADDB7; }
a { background-color: rgb(234,221,183); }
div.DivClassName
{
background-color: #EADDB7;
}
.BgClassName
{
background-color: #EADDB7;
}
</style>
border-color css
<style>
span { border-color: #EADDB7; }
span { border-color: rgb(234,221,183); }
td.TdClassName
{
border-color: #EADDB7;
}
.TagClassName
{
border-color: #EADDB7;
}
</style>