#ECCCD4

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

Shades of Pink Lace #ECCCD4

Tints of Pink Lace #ECCCD4

Color information

#ECCCD4 (or 0xECCCD4) is unknown color: approx Pink Lace. HEX triplet: EC, CC and D4. RGB value is (236,204,212). Sum of RGB (Red+Green+Blue) = 236+204+212=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCD4 is #13332B. Grayscale: #D6D6D6. Windows color (decimal): -1258284 or 13946092. OLE color: 13946092.

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

Color convert

RGB236204212-
CMYK00.140.100.07
HSL345º45.71%86.27%-
HSV(B)345º13.56%92.55%-
XYZ68.0765.7771.4-
YUV214.48126.6143.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 212 (83.20% from 255) = 32.52%
R=36.20%
G=31.29%
B=32.52%

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
Decimal23620421200.140.100.0734545.7186.27
HexECCCD40EA71592e56
Octal35431432401612753156126
Binary1110110011001100110101000111010101111010110011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCD4; }

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

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

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

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

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

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

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

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