Html Css Color HEX #EBD4BA Pink Lady

📋 copy color: '#EBD4BA'

red 235 ◦ green 212 ◦ blue 186

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

Shades of Pink Lady #EBD4BA

Tints of Pink Lady #EBD4BA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.49%

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

R = 37.12%
G = 33.49%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBD4BA (or 0xEBD4BA) is known color: Pink Lady. HEX triplet: EB, D4 and BA. RGB value is (235,212,186). Sum of RGB (Red+Green+Blue) = 235+212+186=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4BA is #142B45. Grayscale: #D8D8D8. Windows color (decimal): -1321798 or 12244203. OLE color: 12244203.

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

Color convert

RGB 235 212 186 -
CMYK 0 0.10 0.21 0.08
HSL 31.84º 0.55% 0.83% -
HSV(B) 31.84º 0.21% 0.92% -
XYZ 66.67 68.29 56.12 -
YUV 215.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 235 212 186 0 0.10 0.21 0.08 31.84 0.55 0.83
Hex EB D4 BA 0 A 15 8 20 37 53
Octal 353 324 272 0 12 25 10 40 67 123
Binary 11101011 11010100 10111010 0 1010 10101 1000 100000 110111 1010011

Color Harmonies of #EBD4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD4BA

Black with #EBD4BA

Text Example


Text Example

White with #EBD4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD4BA; }

 p { color: rgb(235,212,186); }

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

background-color css

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

 a { background-color: rgb(235,212,186); }

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

border-color css

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

 span { border-color: rgb(235,212,186); }

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