Html Css Color HEX #EAD3BB Pink Lady

📋 copy color: '#EAD3BB'

red 234 ◦ green 211 ◦ blue 187

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

Shades of Pink Lady #EAD3BB

Tints of Pink Lady #EAD3BB

RGB

 RED value IS 234 (91.8% from 255) = 37.03%

 GREEN value IS 211 (82.81% from 255) = 33.39%

 BLUE value IS 187 (73.44% from 255) = 29.59%

R = 37.03%
G = 33.39%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EAD3BB (or 0xEAD3BB) is known color: Pink Lady. HEX triplet: EA, D3 and BB. RGB value is (234,211,187). Sum of RGB (Red+Green+Blue) = 234+211+187=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD3BB is #152C44. Grayscale: #D7D7D7. Windows color (decimal): -1387589 or 12309482. OLE color: 12309482.

HSL color Cylindrical-coordinate representation of color #EAD3BB: hue angle of 30.64º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAD3BB is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 211 187 -
CMYK 0 0.10 0.20 0.08
HSL 30.64º 0.53% 0.83% -
HSV(B) 30.64º 0.2% 0.92% -
XYZ 66.2 67.67 56.59 -
YUV 215.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 234 211 187 0 0.10 0.20 0.08 30.64 0.53 0.83
Hex EA D3 BB 0 A 14 8 1F 35 53
Octal 352 323 273 0 12 24 10 37 65 123
Binary 11101010 11010011 10111011 0 1010 10100 1000 11111 110101 1010011

Color Harmonies of #EAD3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD3BB

Black with #EAD3BB

Text Example


Text Example

White with #EAD3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD3BB; }

 p { color: rgb(234,211,187); }

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

background-color css

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

 a { background-color: rgb(234,211,187); }

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

border-color css

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

 span { border-color: rgb(234,211,187); }

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