#ECAFCB

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

Shades of Lavender Pink #ECAFCB

Tints of Lavender Pink #ECAFCB

Color information

#ECAFCB (or 0xECAFCB) is unknown color: approx Lavender Pink. HEX triplet: EC, AF and CB. RGB value is (236,175,203). Sum of RGB (Red+Green+Blue) = 236+175+203=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFCB is #135034. Grayscale: #C4C4C4. Windows color (decimal): -1265717 or 13348844. OLE color: 13348844.

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

Color convert

RGB236175203-
CMYK00.260.140.07
HSL332.46º61.62%80.59%-
HSV(B)332.46º25.85%92.55%-
XYZ60.752.863.49-
YUV196.43131.71156.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 203 (79.69% from 255) = 33.06%
R=38.44%
G=28.50%
B=33.06%

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
Decimal23617520300.260.140.07332.4661.6280.59
HexECAFCB01AE714c3e51
Octal35425731303216751476121
Binary11101100101011111100101101101011101111010011001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFCB; }

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

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

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

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

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

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

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

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