Html Css Color HEX #EBAFD1 Lavender Pink

📋 copy color: '#EBAFD1'

red 235 ◦ green 175 ◦ blue 209

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

Shades of Lavender Pink #EBAFD1

Tints of Lavender Pink #EBAFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.76%

R = 37.96%
G = 28.27%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBAFD1 (or 0xEBAFD1) is known color: Lavender Pink. HEX triplet: EB, AF and D1. RGB value is (235,175,209). Sum of RGB (Red+Green+Blue) = 235+175+209=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFD1 is #14502E. Grayscale: #C4C4C4. Windows color (decimal): -1331247 or 13742059. OLE color: 13742059.

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

Color convert

RGB 235 175 209 -
CMYK 0 0.26 0.11 0.08
HSL 326º 0.6% 0.8% -
HSV(B) 326º 0.26% 0.92% -
XYZ 61.1 52.93 67.32 -
YUV 196.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 235 175 209 0 0.26 0.11 0.08 326 0.6 0.8
Hex EB AF D1 0 1A B 8 146 3C 50
Octal 353 257 321 0 32 13 10 506 74 120
Binary 11101011 10101111 11010001 0 11010 1011 1000 101000110 111100 1010000

Color Harmonies of #EBAFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFD1

Black with #EBAFD1

Text Example


Text Example

White with #EBAFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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