Html Css Color HEX #EBAADB Lavender Rose

📋 copy color: '#EBAADB'

red 235 ◦ green 170 ◦ blue 219

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

Shades of Lavender Rose #EBAADB

Tints of Lavender Rose #EBAADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.1%

R = 37.66%
G = 27.24%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBAADB (or 0xEBAADB) is known color: Lavender Rose. HEX triplet: EB, AA and DB. RGB value is (235,170,219). Sum of RGB (Red+Green+Blue) = 235+170+219=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAADB is #145524. Grayscale: #C2C2C2. Windows color (decimal): -1332517 or 14396139. OLE color: 14396139.

HSL color Cylindrical-coordinate representation of color #EBAADB: hue angle of 314.77º 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 #EBAADB is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 170 219 -
CMYK 0 0.28 0.07 0.08
HSL 314.77º 0.62% 0.79% -
HSV(B) 314.77º 0.28% 0.92% -
XYZ 61.42 51.53 73.73 -
YUV 195.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 235 170 219 0 0.28 0.07 0.08 314.77 0.62 0.79
Hex EB AA DB 0 1C 7 8 13B 3E 4F
Octal 353 252 333 0 34 7 10 473 76 117
Binary 11101011 10101010 11011011 0 11100 111 1000 100111011 111110 1001111

Color Harmonies of #EBAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAADB

Black with #EBAADB

Text Example


Text Example

White with #EBAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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