#ECC7CE

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

Shades of Pink Lace #ECC7CE

Tints of Pink Lace #ECC7CE

Color information

#ECC7CE (or 0xECC7CE) is unknown color: approx Pink Lace. HEX triplet: EC, C7 and CE. RGB value is (236,199,206). Sum of RGB (Red+Green+Blue) = 236+199+206=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7CE is #133831. Grayscale: #D2D2D2. Windows color (decimal): -1259570 or 13551596. OLE color: 13551596.

HSL color Cylindrical-coordinate representation of color #ECC7CE: hue angle of 348.65º degrees, saturation: 0.49, 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 #ECC7CE is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236199206-
CMYK00.160.130.07
HSL348.65º49.33%85.29%-
HSV(B)348.65º15.68%92.55%-
XYZ66.1663.1467.09-
YUV210.86125.26145.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 199 (78.12% from 255) = 31.05%
BLUE value IS 206 (80.86% from 255) = 32.14%
R=36.82%
G=31.05%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619920600.160.130.07348.6549.3385.29
HexECC7CE010D715d3155
Octal35430731602015753561125
Binary11101100110001111100111001000011011111010111011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC7CE; }

 p { color: rgb(236,199,206); }

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

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

 a { background-color: rgb(236,199,206); }

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

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

 span { border-color: rgb(236,199,206); }

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