Html Css Color HEX #EBAAD7 Lavender Rose

📋 copy color: '#EBAAD7'

red 235 ◦ green 170 ◦ blue 215

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

Shades of Lavender Rose #EBAAD7

Tints of Lavender Rose #EBAAD7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.42%

 BLUE value IS 215 (84.38% from 255) = 34.68%

R = 37.9%
G = 27.42%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBAAD7 (or 0xEBAAD7) is known color: Lavender Rose. HEX triplet: EB, AA and D7. RGB value is (235,170,215). Sum of RGB (Red+Green+Blue) = 235+170+215=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAD7 is #145528. Grayscale: #C2C2C2. Windows color (decimal): -1332521 or 14133995. OLE color: 14133995.

HSL color Cylindrical-coordinate representation of color #EBAAD7: hue angle of 318.46º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAAD7 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 170 215 -
CMYK 0 0.28 0.09 0.08
HSL 318.46º 0.62% 0.79% -
HSV(B) 318.46º 0.28% 0.92% -
XYZ 60.9 51.32 70.99 -
YUV 194.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 235 170 215 0 0.28 0.09 0.08 318.46 0.62 0.79
Hex EB AA D7 0 1C 9 8 13E 3E 4F
Octal 353 252 327 0 34 11 10 476 76 117
Binary 11101011 10101010 11010111 0 11100 1001 1000 100111110 111110 1001111

Color Harmonies of #EBAAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAD7

Black with #EBAAD7

Text Example


Text Example

White with #EBAAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAD7; }

 p { color: rgb(235,170,215); }

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

background-color css

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

 a { background-color: rgb(235,170,215); }

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

border-color css

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

 span { border-color: rgb(235,170,215); }

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