#ECCBD4

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

Shades of Pink Lace #ECCBD4

Tints of Pink Lace #ECCBD4

Color information

#ECCBD4 (or 0xECCBD4) is unknown color: approx Pink Lace. HEX triplet: EC, CB and D4. RGB value is (236,203,212). Sum of RGB (Red+Green+Blue) = 236+203+212=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBD4 is #13342B. Grayscale: #D5D5D5. Windows color (decimal): -1258540 or 13945836. OLE color: 13945836.

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

Color convert

RGB236203212-
CMYK00.140.100.07
HSL343.64º46.48%86.08%-
HSV(B)343.64º13.98%92.55%-
XYZ67.8365.371.32-
YUV213.89126.93143.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 203 (79.69% from 255) = 31.18%
BLUE value IS 212 (83.20% from 255) = 32.57%
R=36.25%
G=31.18%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620321200.140.100.07343.6446.4886.08
HexECCBD40EA71582e56
Octal35431332401612753056126
Binary1110110011001011110101000111010101111010110001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBD4; }

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

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

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

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

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

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

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

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