#ECADCB

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

Shades of Lavender Pink #ECADCB

Tints of Lavender Pink #ECADCB

Color information

#ECADCB (or 0xECADCB) is unknown color: approx Lavender Pink. HEX triplet: EC, AD and CB. RGB value is (236,173,203). Sum of RGB (Red+Green+Blue) = 236+173+203=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADCB is #135234. Grayscale: #C3C3C3. Windows color (decimal): -1266229 or 13348332. OLE color: 13348332.

HSL color Cylindrical-coordinate representation of color #ECADCB: hue angle of 331.43º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECADCB is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236173203-
CMYK00.270.140.07
HSL331.43º62.38%80.2%-
HSV(B)331.43º26.69%92.55%-
XYZ60.3252.0363.36-
YUV195.26132.37157.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.56%
GREEN value IS 173 (67.97% from 255) = 28.27%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=38.56%
G=28.27%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617320300.270.140.07331.4362.3880.2
HexECADCB01BE714b3e50
Octal35425531303316751376120
Binary11101100101011011100101101101111101111010010111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADCB; }

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

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

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

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

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

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

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

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