Html Css Color HEX #EFAFD0 Lavender Pink

📋 copy color: '#EFAFD0'

red 239 ◦ green 175 ◦ blue 208

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

Shades of Lavender Pink #EFAFD0

Tints of Lavender Pink #EFAFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.44%

R = 38.42%
G = 28.14%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFAFD0 (or 0xEFAFD0) is known color: Lavender Pink. HEX triplet: EF, AF and D0. RGB value is (239,175,208). Sum of RGB (Red+Green+Blue) = 239+175+208=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFD0 is #10502F. Grayscale: #C5C5C5. Windows color (decimal): -1069104 or 13676527. OLE color: 13676527.

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

Color convert

RGB 239 175 208 -
CMYK 0 0.27 0.13 0.06
HSL 329.06º 0.67% 0.81% -
HSV(B) 329.06º 0.27% 0.94% -
XYZ 62.31 53.56 66.73 -
YUV 197.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 239 175 208 0 0.27 0.13 0.06 329.06 0.67 0.81
Hex EF AF D0 0 1B D 6 149 43 51
Octal 357 257 320 0 33 15 6 511 103 121
Binary 11101111 10101111 11010000 0 11011 1101 110 101001001 1000011 1010001

Color Harmonies of #EFAFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFD0

Black with #EFAFD0

Text Example


Text Example

White with #EFAFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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