#ECAFCE

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

Shades of Lavender Pink #ECAFCE

Tints of Lavender Pink #ECAFCE

Color information

#ECAFCE (or 0xECAFCE) is unknown color: approx Lavender Pink. HEX triplet: EC, AF and CE. RGB value is (236,175,206). Sum of RGB (Red+Green+Blue) = 236+175+206=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFCE is #135031. Grayscale: #C4C4C4. Windows color (decimal): -1265714 or 13545452. OLE color: 13545452.

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

Color convert

RGB236175206-
CMYK00.260.130.07
HSL329.51º61.62%80.59%-
HSV(B)329.51º25.85%92.55%-
XYZ61.0652.9565.39-
YUV196.77133.21155.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 175 (68.75% from 255) = 28.36%
BLUE value IS 206 (80.86% from 255) = 33.39%
R=38.25%
G=28.36%
B=33.39%

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
Decimal23617520600.260.130.07329.5161.6280.59
HexECAFCE01AD714a3e51
Octal35425731603215751276121
Binary11101100101011111100111001101011011111010010101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFCE; }

 p { color: rgb(236,175,206); }

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

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

 a { background-color: rgb(236,175,206); }

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

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

 span { border-color: rgb(236,175,206); }

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