Html Css Color HEX #E9DCC0 Double Pearl Lusta

📋 copy color: '#E9DCC0'

red 233 ◦ green 220 ◦ blue 192

#E9DCC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Double Pearl Lusta #E9DCC0

Tints of Double Pearl Lusta #E9DCC0

RGB

 RED value IS 233 (91.41% from 255) = 36.12%

 GREEN value IS 220 (86.33% from 255) = 34.11%

 BLUE value IS 192 (75.39% from 255) = 29.77%

R = 36.12%
G = 34.11%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E9DCC0 (or 0xE9DCC0) is known color: Double Pearl Lusta. HEX triplet: E9, DC and C0. RGB value is (233,220,192). Sum of RGB (Red+Green+Blue) = 233+220+192=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 192 (75.39% from 255 or 29.77% from 645); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCC0 is #16233F. Grayscale: #DCDCDC. Windows color (decimal): -1450816 or 12639465. OLE color: 12639465.

HSL color Cylindrical-coordinate representation of color #E9DCC0: hue angle of 40.98º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9DCC0 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 220 192 -
CMYK 0 0.06 0.18 0.09
HSL 40.98º 0.48% 0.83% -
HSV(B) 40.98º 0.18% 0.91% -
XYZ 68.71 72.32 60.21 -
YUV 220.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 233 220 192 0 0.06 0.18 0.09 40.98 0.48 0.83
Hex E9 DC C0 0 6 12 9 29 30 53
Octal 351 334 300 0 6 22 11 51 60 123
Binary 11101001 11011100 11000000 0 110 10010 1001 101001 110000 1010011

Color Harmonies of #E9DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DCC0

Black with #E9DCC0

Text Example


Text Example

White with #E9DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DCC0; }

 p { color: rgb(233,220,192); }

 H1.HeaderClassName
 {
   color: #E9DCC0;
 }
 .AnyTagClassName
 {
   color: #E9DCC0;
 }
</style>

background-color css

<style>
 a { background-color: #E9DCC0; }

 a { background-color: rgb(233,220,192); }

 div.DivClassName
 {
   background-color: #E9DCC0;
 }
 .BgClassName
 {
   background-color: #E9DCC0;
 }
</style>

border-color css

<style>
 span { border-color: #E9DCC0; }

 span { border-color: rgb(233,220,192); }

 td.TdClassName
 {
   border-color: #E9DCC0;
 }
 .TagClassName
 {
   border-color: #E9DCC0;
 }
</style>