Html Css Color HEX #EADDBE Double Pearl Lusta
📋 copy color: '#EADDBE'red 234 ◦ green 221 ◦ blue 190
Shades of Double Pearl Lusta #EADDBE
Tints of Double Pearl Lusta #EADDBE
RGB
CMYK
RGB Variations
Color information
#EADDBE (or 0xEADDBE) is known color: Double Pearl Lusta. HEX triplet: EA, DD and BE. RGB value is (234,221,190). Sum of RGB (Red+Green+Blue) = 234+221+190=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDBE is #152241. Grayscale: #DDDDDD. Windows color (decimal): -1385026 or 12508650. OLE color: 12508650.
HSL color Cylindrical-coordinate representation of color #EADDBE: hue angle of 42.27º degrees, saturation: 0.51, 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 #EADDBE is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 221 | 190 | - |
CMYK | 0 | 0.06 | 0.19 | 0.08 |
HSL | 42.27º | 0.51% | 0.83% | - |
HSV(B) | 42.27º | 0.19% | 0.92% | - |
XYZ | 69.08 | 72.92 | 59.15 | - |
YUV | 221.35 | 110.31 | 137.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 221 | 190 | 0 | 0.06 | 0.19 | 0.08 | 42.27 | 0.51 | 0.83 |
Hex | EA | DD | BE | 0 | 6 | 13 | 8 | 2A | 33 | 53 |
Octal | 352 | 335 | 276 | 0 | 6 | 23 | 10 | 52 | 63 | 123 |
Binary | 11101010 | 11011101 | 10111110 | 0 | 110 | 10011 | 1000 | 101010 | 110011 | 1010011 |
Color Harmonies of #EADDBE
Complementary color
Monochromatic Colors of #EADDBE
Black with #EADDBE
Text Example
Text Example
White with #EADDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDBE; }
p { color: rgb(234,221,190); }
H1.HeaderClassName
{
color: #EADDBE;
}
.AnyTagClassName
{
color: #EADDBE;
}
</style>
background-color css
<style>
a { background-color: #EADDBE; }
a { background-color: rgb(234,221,190); }
div.DivClassName
{
background-color: #EADDBE;
}
.BgClassName
{
background-color: #EADDBE;
}
</style>
border-color css
<style>
span { border-color: #EADDBE; }
span { border-color: rgb(234,221,190); }
td.TdClassName
{
border-color: #EADDBE;
}
.TagClassName
{
border-color: #EADDBE;
}
</style>