Html Css Color HEX #E9DCBD Double Pearl Lusta

📋 copy color: '#E9DCBD'

red 233 ◦ green 220 ◦ blue 189

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

Shades of Double Pearl Lusta #E9DCBD

Tints of Double Pearl Lusta #E9DCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.44%

R = 36.29%
G = 34.27%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E9DCBD (or 0xE9DCBD) is known color: Double Pearl Lusta. HEX triplet: E9, DC and BD. RGB value is (233,220,189). Sum of RGB (Red+Green+Blue) = 233+220+189=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCBD is #162342. Grayscale: #DCDCDC. Windows color (decimal): -1450819 or 12442857. OLE color: 12442857.

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

Color convert

RGB 233 220 189 -
CMYK 0 0.06 0.19 0.09
HSL 42.27º 0.5% 0.83% -
HSV(B) 42.27º 0.19% 0.91% -
XYZ 68.38 72.18 58.47 -
YUV 220.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 233 220 189 0 0.06 0.19 0.09 42.27 0.5 0.83
Hex E9 DC BD 0 6 13 9 2A 32 53
Octal 351 334 275 0 6 23 11 52 62 123
Binary 11101001 11011100 10111101 0 110 10011 1001 101010 110010 1010011

Color Harmonies of #E9DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DCBD

Black with #E9DCBD

Text Example


Text Example

White with #E9DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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