Html Css Color HEX #EBAFD3 Lavender Pink

📋 copy color: '#EBAFD3'

red 235 ◦ green 175 ◦ blue 211

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

Shades of Lavender Pink #EBAFD3

Tints of Lavender Pink #EBAFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.98%

R = 37.84%
G = 28.18%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBAFD3 (or 0xEBAFD3) is known color: Lavender Pink. HEX triplet: EB, AF and D3. RGB value is (235,175,211). Sum of RGB (Red+Green+Blue) = 235+175+211=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFD3 is #14502C. Grayscale: #C4C4C4. Windows color (decimal): -1331245 or 13873131. OLE color: 13873131.

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

Color convert

RGB 235 175 211 -
CMYK 0 0.26 0.10 0.08
HSL 324º 0.6% 0.8% -
HSV(B) 324º 0.26% 0.92% -
XYZ 61.35 53.03 68.63 -
YUV 197.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 235 175 211 0 0.26 0.10 0.08 324 0.6 0.8
Hex EB AF D3 0 1A A 8 144 3C 50
Octal 353 257 323 0 32 12 10 504 74 120
Binary 11101011 10101111 11010011 0 11010 1010 1000 101000100 111100 1010000

Color Harmonies of #EBAFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFD3

Black with #EBAFD3

Text Example


Text Example

White with #EBAFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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