Html Css Color HEX #EBD3B9 Pink Lady

📋 copy color: '#EBD3B9'

red 235 ◦ green 211 ◦ blue 185

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

Shades of Pink Lady #EBD3B9

Tints of Pink Lady #EBD3B9

RGB

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

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

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

R = 37.24%
G = 33.44%
B = 29.32%

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

#EBD3B9 (or 0xEBD3B9) is known color: Pink Lady. HEX triplet: EB, D3 and B9. RGB value is (235,211,185). Sum of RGB (Red+Green+Blue) = 235+211+185=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 185 (72.66% from 255 or 29.32% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3B9 is #142C46. Grayscale: #D7D7D7. Windows color (decimal): -1322055 or 12178411. OLE color: 12178411.

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

Color convert

RGB 235 211 185 -
CMYK 0 0.10 0.21 0.08
HSL 31.2º 0.56% 0.82% -
HSV(B) 31.2º 0.21% 0.92% -
XYZ 66.31 67.75 55.48 -
YUV 215.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 235 211 185 0 0.10 0.21 0.08 31.2 0.56 0.82
Hex EB D3 B9 0 A 15 8 1F 38 52
Octal 353 323 271 0 12 25 10 37 70 122
Binary 11101011 11010011 10111001 0 1010 10101 1000 11111 111000 1010010

Color Harmonies of #EBD3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD3B9

Black with #EBD3B9

Text Example


Text Example

White with #EBD3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD3B9; }

 p { color: rgb(235,211,185); }

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

background-color css

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

 a { background-color: rgb(235,211,185); }

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

border-color css

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

 span { border-color: rgb(235,211,185); }

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