Html Css Color HEX #EADEB5 Double Pearl Lusta
📋 copy color: '#EADEB5'red 234 ◦ green 222 ◦ blue 181
Shades of Double Pearl Lusta #EADEB5
Tints of Double Pearl Lusta #EADEB5
RGB
CMYK
RGB Variations
Color information
#EADEB5 (or 0xEADEB5) is known color: Double Pearl Lusta. HEX triplet: EA, DE and B5. RGB value is (234,222,181). Sum of RGB (Red+Green+Blue) = 234+222+181=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEB5 is #15214A. Grayscale: #DDDDDD. Windows color (decimal): -1384779 or 11919082. OLE color: 11919082.
HSL color Cylindrical-coordinate representation of color #EADEB5: hue angle of 46.42º 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 #EADEB5 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 181 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.08 |
| HSL | 46.42º | 0.56% | 0.81% | - |
| HSV(B) | 46.42º | 0.23% | 0.92% | - |
| XYZ | 68.39 | 73.07 | 54.22 | - |
| YUV | 220.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 181 | 0 | 0.05 | 0.23 | 0.08 | 46.42 | 0.56 | 0.81 |
| Hex | EA | DE | B5 | 0 | 5 | 17 | 8 | 2E | 38 | 51 |
| Octal | 352 | 336 | 265 | 0 | 5 | 27 | 10 | 56 | 70 | 121 |
| Binary | 11101010 | 11011110 | 10110101 | 0 | 101 | 10111 | 1000 | 101110 | 111000 | 1010001 |
Color Harmonies of #EADEB5
Complementary color
Monochromatic Colors of #EADEB5
Black with #EADEB5
Text Example
Text Example
White with #EADEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEB5; }
p { color: rgb(234,222,181); }
H1.HeaderClassName
{
color: #EADEB5;
}
.AnyTagClassName
{
color: #EADEB5;
}
</style>
background-color css
<style>
a { background-color: #EADEB5; }
a { background-color: rgb(234,222,181); }
div.DivClassName
{
background-color: #EADEB5;
}
.BgClassName
{
background-color: #EADEB5;
}
</style>
border-color css
<style>
span { border-color: #EADEB5; }
span { border-color: rgb(234,222,181); }
td.TdClassName
{
border-color: #EADEB5;
}
.TagClassName
{
border-color: #EADEB5;
}
</style>