#ECCAD4

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

Shades of Pink Lace #ECCAD4

Tints of Pink Lace #ECCAD4

Color information

#ECCAD4 (or 0xECCAD4) is unknown color: approx Pink Lace. HEX triplet: EC, CA and D4. RGB value is (236,202,212). Sum of RGB (Red+Green+Blue) = 236+202+212=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAD4 is #13352B. Grayscale: #D5D5D5. Windows color (decimal): -1258796 or 13945580. OLE color: 13945580.

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

Color convert

RGB236202212-
CMYK00.140.100.07
HSL342.35º47.22%85.88%-
HSV(B)342.35º14.41%92.55%-
XYZ67.664.8371.24-
YUV213.31127.26144.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.31%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 212 (83.20% from 255) = 32.62%
R=36.31%
G=31.08%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620221200.140.100.07342.3547.2285.88
HexECCAD40EA71562f56
Octal35431232401612752657126
Binary1110110011001010110101000111010101111010101101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAD4; }

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

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

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

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

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

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

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

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