#ECD9DD

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

Shades of Pale Rose #ECD9DD

Tints of Pale Rose #ECD9DD

Color information

#ECD9DD (or 0xECD9DD) is unknown color: approx Pale Rose. HEX triplet: EC, D9 and DD. RGB value is (236,217,221). Sum of RGB (Red+Green+Blue) = 236+217+221=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9DD is #132622. Grayscale: #DFDFDF. Windows color (decimal): -1254947 or 14539244. OLE color: 14539244.

HSL color Cylindrical-coordinate representation of color #ECD9DD: hue angle of 347.37º degrees, saturation: 0.33, 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 #ECD9DD is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236217221-
CMYK00.080.060.07
HSL347.37º33.33%88.82%-
HSV(B)347.37º8.05%92.55%-
XYZ72.4672.6878.62-
YUV223.14126.79137.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.01%
GREEN value IS 217 (85.16% from 255) = 32.20%
BLUE value IS 221 (86.72% from 255) = 32.79%
R=35.01%
G=32.20%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621722100.080.060.07347.3733.3388.82
HexECD9DD086715b2159
Octal3543313350106753341131
Binary111011001101100111011101010001101111010110111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9DD; }

 p { color: rgb(236,217,221); }

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

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

 a { background-color: rgb(236,217,221); }

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

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

 span { border-color: rgb(236,217,221); }

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