#ECD5DA

Color #ECD5DA Pale Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Rose #ECD5DA

Tints of Pale Rose #ECD5DA

Color information

#ECD5DA (or 0xECD5DA) is unknown color: approx Pale Rose. HEX triplet: EC, D5 and DA. RGB value is (236,213,218). Sum of RGB (Red+Green+Blue) = 236+213+218=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5DA is #132A25. Grayscale: #DCDCDC. Windows color (decimal): -1255974 or 14341612. OLE color: 14341612.

HSL color Cylindrical-coordinate representation of color #ECD5DA: hue angle of 346.96º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD5DA is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB236213218-
CMYK00.100.080.07
HSL346.96º37.7%88.04%-
HSV(B)346.96º9.75%92.55%-
XYZ71.0470.4876.19-
YUV220.45126.62139.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 213 (83.59% from 255) = 31.93%
BLUE value IS 218 (85.55% from 255) = 32.68%
R=35.38%
G=31.93%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621321800.100.080.07346.9637.788.04
HexECD5DA0A8715b2658
Octal35432533201210753346130
Binary1110110011010101110110100101010001111010110111001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5DA; }

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

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

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

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

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

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

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

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