Html Css Color HEX #E9DFC1 Double Pearl Lusta
📋 copy color: '#E9DFC1'red 233 ◦ green 223 ◦ blue 193
Shades of Double Pearl Lusta #E9DFC1
Tints of Double Pearl Lusta #E9DFC1
RGB
CMYK
RGB Variations
Color information
#E9DFC1 (or 0xE9DFC1) is known color: Double Pearl Lusta. HEX triplet: E9, DF and C1. RGB value is (233,223,193). Sum of RGB (Red+Green+Blue) = 233+223+193=649 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.90% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFC1 is #16203E. Grayscale: #DEDEDE. Windows color (decimal): -1450047 or 12705769. OLE color: 12705769.
HSL color Cylindrical-coordinate representation of color #E9DFC1: hue angle of 45º degrees, saturation: 0.48, 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 #E9DFC1 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 193 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.09 |
| HSL | 45º | 0.48% | 0.84% | - |
| HSV(B) | 45º | 0.17% | 0.91% | - |
| XYZ | 69.62 | 73.95 | 61.06 | - |
| YUV | 222.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 193 | 0 | 0.04 | 0.17 | 0.09 | 45 | 0.48 | 0.84 |
| Hex | E9 | DF | C1 | 0 | 4 | 11 | 9 | 2D | 30 | 54 |
| Octal | 351 | 337 | 301 | 0 | 4 | 21 | 11 | 55 | 60 | 124 |
| Binary | 11101001 | 11011111 | 11000001 | 0 | 100 | 10001 | 1001 | 101101 | 110000 | 1010100 |
Color Harmonies of #E9DFC1
Complementary color
Monochromatic Colors of #E9DFC1
Black with #E9DFC1
Text Example
Text Example
White with #E9DFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFC1; }
p { color: rgb(233,223,193); }
H1.HeaderClassName
{
color: #E9DFC1;
}
.AnyTagClassName
{
color: #E9DFC1;
}
</style>
background-color css
<style>
a { background-color: #E9DFC1; }
a { background-color: rgb(233,223,193); }
div.DivClassName
{
background-color: #E9DFC1;
}
.BgClassName
{
background-color: #E9DFC1;
}
</style>
border-color css
<style>
span { border-color: #E9DFC1; }
span { border-color: rgb(233,223,193); }
td.TdClassName
{
border-color: #E9DFC1;
}
.TagClassName
{
border-color: #E9DFC1;
}
</style>