#ECC6CF

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

Shades of Pink Lace #ECC6CF

Tints of Pink Lace #ECC6CF

Color information

#ECC6CF (or 0xECC6CF) is unknown color: approx Pink Lace. HEX triplet: EC, C6 and CF. RGB value is (236,198,207). Sum of RGB (Red+Green+Blue) = 236+198+207=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6CF is #133930. Grayscale: #D2D2D2. Windows color (decimal): -1259825 or 13616876. OLE color: 13616876.

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

Color convert

RGB236198207-
CMYK00.160.120.07
HSL345.79º50%85.1%-
HSV(B)345.79º16.1%92.55%-
XYZ66.0562.7367.66-
YUV210.39126.09146.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 198 (77.73% from 255) = 30.89%
BLUE value IS 207 (81.25% from 255) = 32.29%
R=36.82%
G=30.89%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619820700.160.120.07345.795085.1
HexECC6CF010C715a3255
Octal35430631702014753262125
Binary11101100110001101100111101000011001111010110101100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6CF; }

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

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

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

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

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

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

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

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