#ECCFD6

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

Shades of Pink Lace #ECCFD6

Tints of Pink Lace #ECCFD6

Color information

#ECCFD6 (or 0xECCFD6) is unknown color: approx Pink Lace. HEX triplet: EC, CF and D6. RGB value is (236,207,214). Sum of RGB (Red+Green+Blue) = 236+207+214=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFD6 is #133029. Grayscale: #D8D8D8. Windows color (decimal): -1257514 or 14077932. OLE color: 14077932.

HSL color Cylindrical-coordinate representation of color #ECCFD6: hue angle of 345.52º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECCFD6 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB236207214-
CMYK00.120.090.07
HSL345.52º43.28%86.86%-
HSV(B)345.52º12.29%92.55%-
XYZ69.0467.3172.97-
YUV216.47126.61141.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.92%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 214 (83.98% from 255) = 32.57%
R=35.92%
G=31.51%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620721400.120.090.07345.5243.2886.86
HexECCFD60C9715a2b57
Octal35431732601411753253127
Binary1110110011001111110101100110010011111010110101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFD6; }

 p { color: rgb(236,207,214); }

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

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

 a { background-color: rgb(236,207,214); }

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

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

 span { border-color: rgb(236,207,214); }

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