Html Css Color HEX #E9DDBA Double Pearl Lusta

📋 copy color: '#E9DDBA'

red 233 ◦ green 221 ◦ blue 186

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

Shades of Double Pearl Lusta #E9DDBA

Tints of Double Pearl Lusta #E9DDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.53%

 BLUE value IS 186 (73.05% from 255) = 29.06%

R = 36.41%
G = 34.53%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E9DDBA (or 0xE9DDBA) is known color: Double Pearl Lusta. HEX triplet: E9, DD and BA. RGB value is (233,221,186). Sum of RGB (Red+Green+Blue) = 233+221+186=640 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.41% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDBA is #162245. Grayscale: #DCDCDC. Windows color (decimal): -1450566 or 12246505. OLE color: 12246505.

HSL color Cylindrical-coordinate representation of color #E9DDBA: hue angle of 44.68º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9DDBA is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 221 186 -
CMYK 0 0.05 0.20 0.09
HSL 44.68º 0.52% 0.82% -
HSV(B) 44.68º 0.2% 0.91% -
XYZ 68.32 72.58 56.86 -
YUV 220.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 233 221 186 0 0.05 0.20 0.09 44.68 0.52 0.82
Hex E9 DD BA 0 5 14 9 2D 34 52
Octal 351 335 272 0 5 24 11 55 64 122
Binary 11101001 11011101 10111010 0 101 10100 1001 101101 110100 1010010

Color Harmonies of #E9DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DDBA

Black with #E9DDBA

Text Example


Text Example

White with #E9DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DDBA; }

 p { color: rgb(233,221,186); }

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

background-color css

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

 a { background-color: rgb(233,221,186); }

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

border-color css

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

 span { border-color: rgb(233,221,186); }

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