#EFAFCF

Color #EFAFCF Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #EFAFCF

Tints of Lavender Pink #EFAFCF

Color information

#EFAFCF (or 0xEFAFCF) is unknown color: approx Lavender Pink. HEX triplet: EF, AF and CF. RGB value is (239,175,207). Sum of RGB (Red+Green+Blue) = 239+175+207=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFCF is #105030. Grayscale: #C5C5C5. Windows color (decimal): -1069105 or 13610991. OLE color: 13610991.

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

Color convert

RGB239175207-
CMYK00.270.130.06
HSL330º66.67%81.18%-
HSV(B)330º26.78%93.73%-
XYZ62.1953.5266.08-
YUV197.78133.2157.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 175 (68.75% from 255) = 28.18%
BLUE value IS 207 (81.25% from 255) = 33.33%
R=38.49%
G=28.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917520700.270.130.0633066.6781.18
HexEFAFCF01BD614a4351
Octal357257317033156512103121
Binary111011111010111111001111011011110111010100101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFCF; }

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

 H1.HeaderClassName
 {
   color: #EFAFCF;
 }
 .AnyTagClassName
 {
   color: #EFAFCF;
 }
</style>
background-color css

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

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

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

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

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

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