#ECCCD3

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

Shades of Pink Lace #ECCCD3

Tints of Pink Lace #ECCCD3

Color information

#ECCCD3 (or 0xECCCD3) is unknown color: approx Pink Lace. HEX triplet: EC, CC and D3. RGB value is (236,204,211). Sum of RGB (Red+Green+Blue) = 236+204+211=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCD3 is #13332C. Grayscale: #D6D6D6. Windows color (decimal): -1258285 or 13880556. OLE color: 13880556.

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

Color convert

RGB236204211-
CMYK00.140.110.07
HSL346.88º45.71%86.27%-
HSV(B)346.88º13.56%92.55%-
XYZ67.9465.7270.73-
YUV214.37126.1143.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 211 (82.81% from 255) = 32.41%
R=36.25%
G=31.34%
B=32.41%

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
Decimal23620421100.140.110.07346.8845.7186.27
HexECCCD30EB715b2e56
Octal35431432301613753356126
Binary1110110011001100110100110111010111111010110111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCD3; }

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

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

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

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

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

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

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

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