#ECD9DF

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

Shades of Pale Rose #ECD9DF

Tints of Pale Rose #ECD9DF

Color information

#ECD9DF (or 0xECD9DF) is unknown color: approx Pale Rose. HEX triplet: EC, D9 and DF. RGB value is (236,217,223). Sum of RGB (Red+Green+Blue) = 236+217+223=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9DF is #132620. Grayscale: #DFDFDF. Windows color (decimal): -1254945 or 14670316. OLE color: 14670316.

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

Color convert

RGB236217223-
CMYK00.080.060.07
HSL341.05º33.33%88.82%-
HSV(B)341.05º8.05%92.55%-
XYZ72.7272.7980.03-
YUV223.36127.79137.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.91%
GREEN value IS 217 (85.16% from 255) = 32.10%
BLUE value IS 223 (87.5% from 255) = 32.99%
R=34.91%
G=32.10%
B=32.99%

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
Decimal23621722300.080.060.07341.0533.3388.82
HexECD9DF08671552159
Octal3543313370106752541131
Binary111011001101100111011111010001101111010101011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9DF; }

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

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

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

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

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

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

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

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