Html Css Color HEX #EBAFD6 Lavender Pink

📋 copy color: '#EBAFD6'

red 235 ◦ green 175 ◦ blue 214

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

Shades of Lavender Pink #EBAFD6

Tints of Lavender Pink #EBAFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.29%

R = 37.66%
G = 28.04%
B = 34.29%

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

#EBAFD6 (or 0xEBAFD6) is known color: Lavender Pink. HEX triplet: EB, AF and D6. RGB value is (235,175,214). Sum of RGB (Red+Green+Blue) = 235+175+214=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFD6 is #145029. Grayscale: #C5C5C5. Windows color (decimal): -1331242 or 14069739. OLE color: 14069739.

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

Color convert

RGB 235 175 214 -
CMYK 0 0.26 0.09 0.08
HSL 321º 0.6% 0.8% -
HSV(B) 321º 0.26% 0.92% -
XYZ 61.73 53.18 70.63 -
YUV 197.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 235 175 214 0 0.26 0.09 0.08 321 0.6 0.8
Hex EB AF D6 0 1A 9 8 141 3C 50
Octal 353 257 326 0 32 11 10 501 74 120
Binary 11101011 10101111 11010110 0 11010 1001 1000 101000001 111100 1010000

Color Harmonies of #EBAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFD6

Black with #EBAFD6

Text Example


Text Example

White with #EBAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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