Html Css Color HEX #EADABD Double Pearl Lusta
📋 copy color: '#EADABD'red 234 ◦ green 218 ◦ blue 189
Shades of Double Pearl Lusta #EADABD
Tints of Double Pearl Lusta #EADABD
RGB
CMYK
RGB Variations
Color information
#EADABD (or 0xEADABD) is known color: Double Pearl Lusta. HEX triplet: EA, DA and BD. RGB value is (234,218,189). Sum of RGB (Red+Green+Blue) = 234+218+189=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EADABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADABD is #152542. Grayscale: #DBDBDB. Windows color (decimal): -1385795 or 12442346. OLE color: 12442346.
HSL color Cylindrical-coordinate representation of color #EADABD: hue angle of 38.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EADABD is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 189 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.08 |
| HSL | 38.67º | 0.52% | 0.83% | - |
| HSV(B) | 38.67º | 0.19% | 0.92% | - |
| XYZ | 68.19 | 71.31 | 58.31 | - |
| YUV | 219.48 | 110.8 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 189 | 0 | 0.07 | 0.19 | 0.08 | 38.67 | 0.52 | 0.83 |
| Hex | EA | DA | BD | 0 | 7 | 13 | 8 | 27 | 34 | 53 |
| Octal | 352 | 332 | 275 | 0 | 7 | 23 | 10 | 47 | 64 | 123 |
| Binary | 11101010 | 11011010 | 10111101 | 0 | 111 | 10011 | 1000 | 100111 | 110100 | 1010011 |
Color Harmonies of #EADABD
Complementary color
Monochromatic Colors of #EADABD
Black with #EADABD
Text Example
Text Example
White with #EADABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADABD; }
p { color: rgb(234,218,189); }
H1.HeaderClassName
{
color: #EADABD;
}
.AnyTagClassName
{
color: #EADABD;
}
</style>
background-color css
<style>
a { background-color: #EADABD; }
a { background-color: rgb(234,218,189); }
div.DivClassName
{
background-color: #EADABD;
}
.BgClassName
{
background-color: #EADABD;
}
</style>
border-color css
<style>
span { border-color: #EADABD; }
span { border-color: rgb(234,218,189); }
td.TdClassName
{
border-color: #EADABD;
}
.TagClassName
{
border-color: #EADABD;
}
</style>