#EDAFCF

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

Shades of Lavender Pink #EDAFCF

Tints of Lavender Pink #EDAFCF

Color information

#EDAFCF (or 0xEDAFCF) is unknown color: approx Lavender Pink. HEX triplet: ED, AF and CF. RGB value is (237,175,207). Sum of RGB (Red+Green+Blue) = 237+175+207=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFCF is #125030. Grayscale: #C5C5C5. Windows color (decimal): -1200177 or 13610989. OLE color: 13610989.

HSL color Cylindrical-coordinate representation of color #EDAFCF: hue angle of 329.03º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDAFCF is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB237175207-
CMYK00.260.130.07
HSL329.03º63.27%80.78%-
HSV(B)329.03º26.16%92.94%-
XYZ61.5253.1766.05-
YUV197.19133.54156.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 207 (81.25% from 255) = 33.44%
R=38.29%
G=28.27%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717520700.260.130.07329.0363.2780.78
HexEDAFCF01AD71493f51
Octal35525731703215751177121
Binary11101101101011111100111101101011011111010010011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFCF; }

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

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

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

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

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

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

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

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