#ECCDD5

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

Shades of Pink Lace #ECCDD5

Tints of Pink Lace #ECCDD5

Color information

#ECCDD5 (or 0xECCDD5) is unknown color: approx Pink Lace. HEX triplet: EC, CD and D5. RGB value is (236,205,213). Sum of RGB (Red+Green+Blue) = 236+205+213=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDD5 is #13322A. Grayscale: #D7D7D7. Windows color (decimal): -1258027 or 14011884. OLE color: 14011884.

HSL color Cylindrical-coordinate representation of color #ECCDD5: hue angle of 344.52º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCDD5 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB236205213-
CMYK00.130.100.07
HSL344.52º44.93%86.47%-
HSV(B)344.52º13.14%92.55%-
XYZ68.4366.372.14-
YUV215.18126.77142.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 205 (80.47% from 255) = 31.35%
BLUE value IS 213 (83.59% from 255) = 32.57%
R=36.09%
G=31.35%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620521300.130.100.07344.5244.9386.47
HexECCDD50DA71592d56
Octal35431532501512753155126
Binary1110110011001101110101010110110101111010110011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDD5; }

 p { color: rgb(236,205,213); }

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

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

 a { background-color: rgb(236,205,213); }

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

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

 span { border-color: rgb(236,205,213); }

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