Html Css Color HEX #E9DEC2 Double Pearl Lusta
📋 copy color: '#E9DEC2'red 233 ◦ green 222 ◦ blue 194
Shades of Double Pearl Lusta #E9DEC2
Tints of Double Pearl Lusta #E9DEC2
RGB
CMYK
RGB Variations
Color information
#E9DEC2 (or 0xE9DEC2) is known color: Double Pearl Lusta. HEX triplet: E9, DE and C2. RGB value is (233,222,194). Sum of RGB (Red+Green+Blue) = 233+222+194=649 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.90% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEC2 is #16213D. Grayscale: #DEDEDE. Windows color (decimal): -1450302 or 12771049. OLE color: 12771049.
HSL color Cylindrical-coordinate representation of color #E9DEC2: hue angle of 43.08º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9DEC2 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 194 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.09 |
| HSL | 43.08º | 0.47% | 0.84% | - |
| HSV(B) | 43.08º | 0.17% | 0.91% | - |
| XYZ | 69.46 | 73.46 | 61.56 | - |
| YUV | 222.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 194 | 0 | 0.05 | 0.17 | 0.09 | 43.08 | 0.47 | 0.84 |
| Hex | E9 | DE | C2 | 0 | 5 | 11 | 9 | 2B | 2F | 54 |
| Octal | 351 | 336 | 302 | 0 | 5 | 21 | 11 | 53 | 57 | 124 |
| Binary | 11101001 | 11011110 | 11000010 | 0 | 101 | 10001 | 1001 | 101011 | 101111 | 1010100 |
Color Harmonies of #E9DEC2
Complementary color
Monochromatic Colors of #E9DEC2
Black with #E9DEC2
Text Example
Text Example
White with #E9DEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DEC2; }
p { color: rgb(233,222,194); }
H1.HeaderClassName
{
color: #E9DEC2;
}
.AnyTagClassName
{
color: #E9DEC2;
}
</style>
background-color css
<style>
a { background-color: #E9DEC2; }
a { background-color: rgb(233,222,194); }
div.DivClassName
{
background-color: #E9DEC2;
}
.BgClassName
{
background-color: #E9DEC2;
}
</style>
border-color css
<style>
span { border-color: #E9DEC2; }
span { border-color: rgb(233,222,194); }
td.TdClassName
{
border-color: #E9DEC2;
}
.TagClassName
{
border-color: #E9DEC2;
}
</style>