Html Css Color HEX #EBABD8 Lavender Rose

📋 copy color: '#EBABD8'

red 235 ◦ green 171 ◦ blue 216

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

Shades of Lavender Rose #EBABD8

Tints of Lavender Rose #EBABD8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.49%

 BLUE value IS 216 (84.77% from 255) = 34.73%

R = 37.78%
G = 27.49%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBABD8 (or 0xEBABD8) is known color: Lavender Rose. HEX triplet: EB, AB and D8. RGB value is (235,171,216). Sum of RGB (Red+Green+Blue) = 235+171+216=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABD8 is #145427. Grayscale: #C3C3C3. Windows color (decimal): -1332264 or 14199787. OLE color: 14199787.

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

Color convert

RGB 235 171 216 -
CMYK 0 0.27 0.08 0.08
HSL 317.81º 0.62% 0.8% -
HSV(B) 317.81º 0.27% 0.92% -
XYZ 61.22 51.75 71.73 -
YUV 195.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 235 171 216 0 0.27 0.08 0.08 317.81 0.62 0.8
Hex EB AB D8 0 1B 8 8 13E 3E 50
Octal 353 253 330 0 33 10 10 476 76 120
Binary 11101011 10101011 11011000 0 11011 1000 1000 100111110 111110 1010000

Color Harmonies of #EBABD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBABD8

Black with #EBABD8

Text Example


Text Example

White with #EBABD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBABD8; }

 p { color: rgb(235,171,216); }

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

background-color css

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

 a { background-color: rgb(235,171,216); }

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

border-color css

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

 span { border-color: rgb(235,171,216); }

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