Html Css Color HEX #EADFBE Double Pearl Lusta
📋 copy color: '#EADFBE'red 234 ◦ green 223 ◦ blue 190
Shades of Double Pearl Lusta #EADFBE
Tints of Double Pearl Lusta #EADFBE
RGB
CMYK
RGB Variations
Color information
#EADFBE (or 0xEADFBE) is known color: Double Pearl Lusta. HEX triplet: EA, DF and BE. RGB value is (234,223,190). Sum of RGB (Red+Green+Blue) = 234+223+190=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFBE is #152041. Grayscale: #DEDEDE. Windows color (decimal): -1384514 or 12509162. OLE color: 12509162.
HSL color Cylindrical-coordinate representation of color #EADFBE: hue angle of 45º 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 #EADFBE is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 223 | 190 | - |
CMYK | 0 | 0.05 | 0.19 | 0.08 |
HSL | 45º | 0.51% | 0.83% | - |
HSV(B) | 45º | 0.19% | 0.92% | - |
XYZ | 69.61 | 73.99 | 59.33 | - |
YUV | 222.53 | 109.64 | 136.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 223 | 190 | 0 | 0.05 | 0.19 | 0.08 | 45 | 0.51 | 0.83 |
Hex | EA | DF | BE | 0 | 5 | 13 | 8 | 2D | 33 | 53 |
Octal | 352 | 337 | 276 | 0 | 5 | 23 | 10 | 55 | 63 | 123 |
Binary | 11101010 | 11011111 | 10111110 | 0 | 101 | 10011 | 1000 | 101101 | 110011 | 1010011 |
Color Harmonies of #EADFBE
Complementary color
Monochromatic Colors of #EADFBE
Black with #EADFBE
Text Example
Text Example
White with #EADFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFBE; }
p { color: rgb(234,223,190); }
H1.HeaderClassName
{
color: #EADFBE;
}
.AnyTagClassName
{
color: #EADFBE;
}
</style>
background-color css
<style>
a { background-color: #EADFBE; }
a { background-color: rgb(234,223,190); }
div.DivClassName
{
background-color: #EADFBE;
}
.BgClassName
{
background-color: #EADFBE;
}
</style>
border-color css
<style>
span { border-color: #EADFBE; }
span { border-color: rgb(234,223,190); }
td.TdClassName
{
border-color: #EADFBE;
}
.TagClassName
{
border-color: #EADFBE;
}
</style>