#ECD8DA

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

Shades of Pale Rose #ECD8DA

Tints of Pale Rose #ECD8DA

Color information

#ECD8DA (or 0xECD8DA) is unknown color: approx Pale Rose. HEX triplet: EC, D8 and DA. RGB value is (236,216,218). Sum of RGB (Red+Green+Blue) = 236+216+218=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 216 (84.77% from 255 or 32.24% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8DA is #132725. Grayscale: #DEDEDE. Windows color (decimal): -1255206 or 14342380. OLE color: 14342380.

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

Color convert

RGB236216218-
CMYK00.080.080.07
HSL354º34.48%88.63%-
HSV(B)354º8.47%92.55%-
XYZ71.872.0176.44-
YUV222.21125.63137.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.22%
GREEN value IS 216 (84.77% from 255) = 32.24%
BLUE value IS 218 (85.55% from 255) = 32.54%
R=35.22%
G=32.24%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621621800.080.080.0735434.4888.63
HexECD8DA08871622259
Octal35433033201010754242131
Binary1110110011011000110110100100010001111011000101000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8DA; }

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

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

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

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

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

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

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

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