Html Css Color HEX #E9D2B9 Pink Lady

📋 copy color: '#E9D2B9'

red 233 ◦ green 210 ◦ blue 185

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

Shades of Pink Lady #E9D2B9

Tints of Pink Lady #E9D2B9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.44%

 BLUE value IS 185 (72.66% from 255) = 29.46%

R = 37.1%
G = 33.44%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E9D2B9 (or 0xE9D2B9) is known color: Pink Lady. HEX triplet: E9, D2 and B9. RGB value is (233,210,185). Sum of RGB (Red+Green+Blue) = 233+210+185=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D2B9 is #162D46. Grayscale: #D6D6D6. Windows color (decimal): -1453383 or 12178153. OLE color: 12178153.

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

Color convert

RGB 233 210 185 -
CMYK 0 0.10 0.21 0.09
HSL 31.25º 0.52% 0.82% -
HSV(B) 31.25º 0.21% 0.91% -
XYZ 65.41 66.92 55.37 -
YUV 214.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 233 210 185 0 0.10 0.21 0.09 31.25 0.52 0.82
Hex E9 D2 B9 0 A 15 9 1F 34 52
Octal 351 322 271 0 12 25 11 37 64 122
Binary 11101001 11010010 10111001 0 1010 10101 1001 11111 110100 1010010

Color Harmonies of #E9D2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D2B9

Black with #E9D2B9

Text Example


Text Example

White with #E9D2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D2B9; }

 p { color: rgb(233,210,185); }

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

background-color css

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

 a { background-color: rgb(233,210,185); }

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

border-color css

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

 span { border-color: rgb(233,210,185); }

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