Html Css Color HEX #EFAFD6 Lavender Pink

📋 copy color: '#EFAFD6'

red 239 ◦ green 175 ◦ blue 214

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

Shades of Lavender Pink #EFAFD6

Tints of Lavender Pink #EFAFD6

RGB

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

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

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

R = 38.06%
G = 27.87%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFAFD6 (or 0xEFAFD6) is known color: Lavender Pink. HEX triplet: EF, AF and D6. RGB value is (239,175,214). Sum of RGB (Red+Green+Blue) = 239+175+214=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFD6 is #105029. Grayscale: #C6C6C6. Windows color (decimal): -1069098 or 14069743. OLE color: 14069743.

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

Color convert

RGB 239 175 214 -
CMYK 0 0.27 0.10 0.06
HSL 323.44º 0.67% 0.81% -
HSV(B) 323.44º 0.27% 0.94% -
XYZ 63.06 53.87 70.69 -
YUV 198.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 239 175 214 0 0.27 0.10 0.06 323.44 0.67 0.81
Hex EF AF D6 0 1B A 6 143 43 51
Octal 357 257 326 0 33 12 6 503 103 121
Binary 11101111 10101111 11010110 0 11011 1010 110 101000011 1000011 1010001

Color Harmonies of #EFAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFD6

Black with #EFAFD6

Text Example


Text Example

White with #EFAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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