Html Css Color HEX #EBD5BB Pink Lady

📋 copy color: '#EBD5BB'

red 235 ◦ green 213 ◦ blue 187

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

Shades of Pink Lady #EBD5BB

Tints of Pink Lady #EBD5BB

RGB

 RED value IS 235 (92.19% from 255) = 37.01%

 GREEN value IS 213 (83.59% from 255) = 33.54%

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

R = 37.01%
G = 33.54%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBD5BB (or 0xEBD5BB) is known color: Pink Lady. HEX triplet: EB, D5 and BB. RGB value is (235,213,187). Sum of RGB (Red+Green+Blue) = 235+213+187=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5BB is #142A44. Grayscale: #D8D8D8. Windows color (decimal): -1321541 or 12309995. OLE color: 12309995.

HSL color Cylindrical-coordinate representation of color #EBD5BB: hue angle of 32.5º degrees, saturation: 0.55, 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 #EBD5BB is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 213 187 -
CMYK 0 0.09 0.20 0.08
HSL 32.5º 0.55% 0.83% -
HSV(B) 32.5º 0.2% 0.92% -
XYZ 67.02 68.84 56.77 -
YUV 216.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 235 213 187 0 0.09 0.20 0.08 32.5 0.55 0.83
Hex EB D5 BB 0 9 14 8 20 37 53
Octal 353 325 273 0 11 24 10 40 67 123
Binary 11101011 11010101 10111011 0 1001 10100 1000 100000 110111 1010011

Color Harmonies of #EBD5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD5BB

Black with #EBD5BB

Text Example


Text Example

White with #EBD5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD5BB; }

 p { color: rgb(235,213,187); }

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

background-color css

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

 a { background-color: rgb(235,213,187); }

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

border-color css

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

 span { border-color: rgb(235,213,187); }

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