#ECCBD1

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

Shades of Pink Lace #ECCBD1

Tints of Pink Lace #ECCBD1

Color information

#ECCBD1 (or 0xECCBD1) is unknown color: approx Pink Lace. HEX triplet: EC, CB and D1. RGB value is (236,203,209). Sum of RGB (Red+Green+Blue) = 236+203+209=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBD1 is #13342E. Grayscale: #D5D5D5. Windows color (decimal): -1258543 or 13749228. OLE color: 13749228.

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

Color convert

RGB236203209-
CMYK00.140.110.07
HSL349.09º46.48%86.08%-
HSV(B)349.09º13.98%92.55%-
XYZ67.4665.1569.34-
YUV213.55125.43144.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.42%
GREEN value IS 203 (79.69% from 255) = 31.33%
BLUE value IS 209 (82.03% from 255) = 32.25%
R=36.42%
G=31.33%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620320900.140.110.07349.0946.4886.08
HexECCBD10EB715d2e56
Octal35431332101613753556126
Binary1110110011001011110100010111010111111010111011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBD1; }

 p { color: rgb(236,203,209); }

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

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

 a { background-color: rgb(236,203,209); }

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

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

 span { border-color: rgb(236,203,209); }

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