#EDAFCC

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

Shades of Lavender Pink #EDAFCC

Tints of Lavender Pink #EDAFCC

Color information

#EDAFCC (or 0xEDAFCC) is unknown color: approx Lavender Pink. HEX triplet: ED, AF and CC. RGB value is (237,175,204). Sum of RGB (Red+Green+Blue) = 237+175+204=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFCC is #125033. Grayscale: #C4C4C4. Windows color (decimal): -1200180 or 13414381. OLE color: 13414381.

HSL color Cylindrical-coordinate representation of color #EDAFCC: hue angle of 331.94º 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 #EDAFCC is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237175204-
CMYK00.260.140.07
HSL331.94º63.27%80.78%-
HSV(B)331.94º26.16%92.94%-
XYZ61.1553.0264.14-
YUV196.84132.04156.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 175 (68.75% from 255) = 28.41%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=38.47%
G=28.41%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717520400.260.140.07331.9463.2780.78
HexEDAFCC01AE714c3f51
Octal35525731403216751477121
Binary11101101101011111100110001101011101111010011001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFCC; }

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

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

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

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

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

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

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

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