Html Css Color HEX #EADDB6 Double Pearl Lusta
📋 copy color: '#EADDB6'red 234 ◦ green 221 ◦ blue 182
Shades of Double Pearl Lusta #EADDB6
Tints of Double Pearl Lusta #EADDB6
RGB
CMYK
RGB Variations
Color information
#EADDB6 (or 0xEADDB6) is known color: Double Pearl Lusta. HEX triplet: EA, DD and B6. RGB value is (234,221,182). Sum of RGB (Red+Green+Blue) = 234+221+182=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 182 (71.48% from 255 or 28.57% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDB6 is #152249. Grayscale: #DCDCDC. Windows color (decimal): -1385034 or 11984362. OLE color: 11984362.
HSL color Cylindrical-coordinate representation of color #EADDB6: hue angle of 45º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EADDB6 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 221 | 182 | - |
CMYK | 0 | 0.06 | 0.22 | 0.08 |
HSL | 45º | 0.55% | 0.82% | - |
HSV(B) | 45º | 0.22% | 0.92% | - |
XYZ | 68.23 | 72.58 | 54.67 | - |
YUV | 220.44 | 106.31 | 137.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 221 | 182 | 0 | 0.06 | 0.22 | 0.08 | 45 | 0.55 | 0.82 |
Hex | EA | DD | B6 | 0 | 6 | 16 | 8 | 2D | 37 | 52 |
Octal | 352 | 335 | 266 | 0 | 6 | 26 | 10 | 55 | 67 | 122 |
Binary | 11101010 | 11011101 | 10110110 | 0 | 110 | 10110 | 1000 | 101101 | 110111 | 1010010 |
Color Harmonies of #EADDB6
Complementary color
Monochromatic Colors of #EADDB6
Black with #EADDB6
Text Example
Text Example
White with #EADDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDB6; }
p { color: rgb(234,221,182); }
H1.HeaderClassName
{
color: #EADDB6;
}
.AnyTagClassName
{
color: #EADDB6;
}
</style>
background-color css
<style>
a { background-color: #EADDB6; }
a { background-color: rgb(234,221,182); }
div.DivClassName
{
background-color: #EADDB6;
}
.BgClassName
{
background-color: #EADDB6;
}
</style>
border-color css
<style>
span { border-color: #EADDB6; }
span { border-color: rgb(234,221,182); }
td.TdClassName
{
border-color: #EADDB6;
}
.TagClassName
{
border-color: #EADDB6;
}
</style>