#ECCACF

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

Shades of Pink Lace #ECCACF

Tints of Pink Lace #ECCACF

Color information

#ECCACF (or 0xECCACF) is unknown color: approx Pink Lace. HEX triplet: EC, CA and CF. RGB value is (236,202,207). Sum of RGB (Red+Green+Blue) = 236+202+207=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCACF is #133530. Grayscale: #D4D4D4. Windows color (decimal): -1258801 or 13617900. OLE color: 13617900.

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

Color convert

RGB236202207-
CMYK00.140.120.07
HSL351.18º47.22%85.88%-
HSV(B)351.18º14.41%92.55%-
XYZ66.9864.5867.97-
YUV212.74124.76144.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.59%
GREEN value IS 202 (79.30% from 255) = 31.32%
BLUE value IS 207 (81.25% from 255) = 32.09%
R=36.59%
G=31.32%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620220700.140.120.07351.1847.2285.88
HexECCACF0EC715f2f56
Octal35431231701614753757126
Binary1110110011001010110011110111011001111010111111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCACF; }

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

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

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

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

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

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

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

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