#ECCAD3

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

Shades of Pink Lace #ECCAD3

Tints of Pink Lace #ECCAD3

Color information

#ECCAD3 (or 0xECCAD3) is unknown color: approx Pink Lace. HEX triplet: EC, CA and D3. RGB value is (236,202,211). Sum of RGB (Red+Green+Blue) = 236+202+211=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAD3 is #13352C. Grayscale: #D5D5D5. Windows color (decimal): -1258797 or 13880044. OLE color: 13880044.

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

Color convert

RGB236202211-
CMYK00.140.110.07
HSL344.12º47.22%85.88%-
HSV(B)344.12º14.41%92.55%-
XYZ67.4764.7870.58-
YUV213.19126.76144.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 211 (82.81% from 255) = 32.51%
R=36.36%
G=31.12%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620221100.140.110.07344.1247.2285.88
HexECCAD30EB71582f56
Octal35431232301613753057126
Binary1110110011001010110100110111010111111010110001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAD3; }

 p { color: rgb(236,202,211); }

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

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

 a { background-color: rgb(236,202,211); }

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

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

 span { border-color: rgb(236,202,211); }

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