Html Css Color HEX #EFAFD2 Lavender Pink

📋 copy color: '#EFAFD2'

red 239 ◦ green 175 ◦ blue 210

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

Shades of Lavender Pink #EFAFD2

Tints of Lavender Pink #EFAFD2

RGB

 RED value IS 239 (93.75% from 255) = 38.3%

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

 BLUE value IS 210 (82.42% from 255) = 33.65%

R = 38.3%
G = 28.04%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFAFD2 (or 0xEFAFD2) is known color: Lavender Pink. HEX triplet: EF, AF and D2. RGB value is (239,175,210). Sum of RGB (Red+Green+Blue) = 239+175+210=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFD2 is #10502D. Grayscale: #C6C6C6. Windows color (decimal): -1069102 or 13807599. OLE color: 13807599.

HSL color Cylindrical-coordinate representation of color #EFAFD2: hue angle of 327.19º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFD2 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 175 210 -
CMYK 0 0.27 0.12 0.06
HSL 327.19º 0.67% 0.81% -
HSV(B) 327.19º 0.27% 0.94% -
XYZ 62.56 53.66 68.03 -
YUV 198.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 239 175 210 0 0.27 0.12 0.06 327.19 0.67 0.81
Hex EF AF D2 0 1B C 6 147 43 51
Octal 357 257 322 0 33 14 6 507 103 121
Binary 11101111 10101111 11010010 0 11011 1100 110 101000111 1000011 1010001

Color Harmonies of #EFAFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFD2

Black with #EFAFD2

Text Example


Text Example

White with #EFAFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFD2; }

 p { color: rgb(239,175,210); }

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

background-color css

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

 a { background-color: rgb(239,175,210); }

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

border-color css

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

 span { border-color: rgb(239,175,210); }

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