Html Css Color HEX #EBAFD5 Lavender Pink

📋 copy color: '#EBAFD5'

red 235 ◦ green 175 ◦ blue 213

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

Shades of Lavender Pink #EBAFD5

Tints of Lavender Pink #EBAFD5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.09%

 BLUE value IS 213 (83.59% from 255) = 34.19%

R = 37.72%
G = 28.09%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBAFD5 (or 0xEBAFD5) is known color: Lavender Pink. HEX triplet: EB, AF and D5. RGB value is (235,175,213). Sum of RGB (Red+Green+Blue) = 235+175+213=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFD5 is #14502A. Grayscale: #C5C5C5. Windows color (decimal): -1331243 or 14004203. OLE color: 14004203.

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

Color convert

RGB 235 175 213 -
CMYK 0 0.26 0.09 0.08
HSL 322º 0.6% 0.8% -
HSV(B) 322º 0.26% 0.92% -
XYZ 61.6 53.13 69.96 -
YUV 197.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 235 175 213 0 0.26 0.09 0.08 322 0.6 0.8
Hex EB AF D5 0 1A 9 8 142 3C 50
Octal 353 257 325 0 32 11 10 502 74 120
Binary 11101011 10101111 11010101 0 11010 1001 1000 101000010 111100 1010000

Color Harmonies of #EBAFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFD5

Black with #EBAFD5

Text Example


Text Example

White with #EBAFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFD5; }

 p { color: rgb(235,175,213); }

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

background-color css

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

 a { background-color: rgb(235,175,213); }

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

border-color css

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

 span { border-color: rgb(235,175,213); }

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