Html Css Color HEX #E5DBBD Double Pearl Lusta

📋 copy color: '#E5DBBD'

red 229 ◦ green 219 ◦ blue 189

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

Shades of Double Pearl Lusta #E5DBBD

Tints of Double Pearl Lusta #E5DBBD

RGB

 RED value IS 229 (89.84% from 255) = 35.95%

 GREEN value IS 219 (85.94% from 255) = 34.38%

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

R = 35.95%
G = 34.38%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E5DBBD (or 0xE5DBBD) is known color: Double Pearl Lusta. HEX triplet: E5, DB and BD. RGB value is (229,219,189). Sum of RGB (Red+Green+Blue) = 229+219+189=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DBBD is #1A2442. Grayscale: #DADADA. Windows color (decimal): -1713219 or 12442597. OLE color: 12442597.

HSL color Cylindrical-coordinate representation of color #E5DBBD: hue angle of 45º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5DBBD is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 219 189 -
CMYK 0 0.04 0.17 0.10
HSL 45º 0.43% 0.82% -
HSV(B) 45º 0.17% 0.9% -
XYZ 66.83 71 58.33 -
YUV 218.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 229 219 189 0 0.04 0.17 0.10 45 0.43 0.82
Hex E5 DB BD 0 4 11 A 2D 2B 52
Octal 345 333 275 0 4 21 12 55 53 122
Binary 11100101 11011011 10111101 0 100 10001 1010 101101 101011 1010010

Color Harmonies of #E5DBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DBBD

Black with #E5DBBD

Text Example


Text Example

White with #E5DBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DBBD; }

 p { color: rgb(229,219,189); }

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

background-color css

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

 a { background-color: rgb(229,219,189); }

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

border-color css

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

 span { border-color: rgb(229,219,189); }

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