#ECC8CF

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

Shades of Pink Lace #ECC8CF

Tints of Pink Lace #ECC8CF

Color information

#ECC8CF (or 0xECC8CF) is unknown color: approx Pink Lace. HEX triplet: EC, C8 and CF. RGB value is (236,200,207). Sum of RGB (Red+Green+Blue) = 236+200+207=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8CF is #133730. Grayscale: #D3D3D3. Windows color (decimal): -1259313 or 13617388. OLE color: 13617388.

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

Color convert

RGB236200207-
CMYK00.150.120.07
HSL348.33º48.65%85.49%-
HSV(B)348.33º15.25%92.55%-
XYZ66.5163.6567.81-
YUV211.56125.43145.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.70%
GREEN value IS 200 (78.52% from 255) = 31.10%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=36.70%
G=31.10%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620020700.150.120.07348.3348.6585.49
HexECC8CF0FC715c3155
Octal35431031701714753461125
Binary1110110011001000110011110111111001111010111001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC8CF; }

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

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

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

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

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

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

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

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