#ECD9DE

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

Shades of Pale Rose #ECD9DE

Tints of Pale Rose #ECD9DE

Color information

#ECD9DE (or 0xECD9DE) is unknown color: approx Pale Rose. HEX triplet: EC, D9 and DE. RGB value is (236,217,222). Sum of RGB (Red+Green+Blue) = 236+217+222=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9DE is #132621. Grayscale: #DFDFDF. Windows color (decimal): -1254946 or 14604780. OLE color: 14604780.

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

Color convert

RGB236217222-
CMYK00.080.060.07
HSL344.21º33.33%88.82%-
HSV(B)344.21º8.05%92.55%-
XYZ72.5972.7379.32-
YUV223.25127.29137.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.96%
GREEN value IS 217 (85.16% from 255) = 32.15%
BLUE value IS 222 (87.11% from 255) = 32.89%
R=34.96%
G=32.15%
B=32.89%

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
Decimal23621722200.080.060.07344.2133.3388.82
HexECD9DE08671582159
Octal3543313360106753041131
Binary111011001101100111011110010001101111010110001000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9DE; }

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

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

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

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

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

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

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

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