Html Css Color HEX #EADEBD Double Pearl Lusta
📋 copy color: '#EADEBD'red 234 ◦ green 222 ◦ blue 189
Shades of Double Pearl Lusta #EADEBD
Tints of Double Pearl Lusta #EADEBD
RGB
CMYK
RGB Variations
Color information
#EADEBD (or 0xEADEBD) is known color: Double Pearl Lusta. HEX triplet: EA, DE and BD. RGB value is (234,222,189). Sum of RGB (Red+Green+Blue) = 234+222+189=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEBD is #152142. Grayscale: #DDDDDD. Windows color (decimal): -1384771 or 12443370. OLE color: 12443370.
HSL color Cylindrical-coordinate representation of color #EADEBD: hue angle of 44º 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 #EADEBD is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 189 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.08 |
| HSL | 44º | 0.52% | 0.83% | - |
| HSV(B) | 44º | 0.19% | 0.92% | - |
| XYZ | 69.24 | 73.41 | 58.66 | - |
| YUV | 221.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 189 | 0 | 0.05 | 0.19 | 0.08 | 44 | 0.52 | 0.83 |
| Hex | EA | DE | BD | 0 | 5 | 13 | 8 | 2C | 34 | 53 |
| Octal | 352 | 336 | 275 | 0 | 5 | 23 | 10 | 54 | 64 | 123 |
| Binary | 11101010 | 11011110 | 10111101 | 0 | 101 | 10011 | 1000 | 101100 | 110100 | 1010011 |
Color Harmonies of #EADEBD
Complementary color
Monochromatic Colors of #EADEBD
Black with #EADEBD
Text Example
Text Example
White with #EADEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEBD; }
p { color: rgb(234,222,189); }
H1.HeaderClassName
{
color: #EADEBD;
}
.AnyTagClassName
{
color: #EADEBD;
}
</style>
background-color css
<style>
a { background-color: #EADEBD; }
a { background-color: rgb(234,222,189); }
div.DivClassName
{
background-color: #EADEBD;
}
.BgClassName
{
background-color: #EADEBD;
}
</style>
border-color css
<style>
span { border-color: #EADEBD; }
span { border-color: rgb(234,222,189); }
td.TdClassName
{
border-color: #EADEBD;
}
.TagClassName
{
border-color: #EADEBD;
}
</style>