#ECD9DB

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

Shades of Pale Rose #ECD9DB

Tints of Pale Rose #ECD9DB

Color information

#ECD9DB (or 0xECD9DB) is unknown color: approx Pale Rose. HEX triplet: EC, D9 and DB. RGB value is (236,217,219). Sum of RGB (Red+Green+Blue) = 236+217+219=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9DB is #132624. Grayscale: #DEDEDE. Windows color (decimal): -1254949 or 14408172. OLE color: 14408172.

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

Color convert

RGB236217219-
CMYK00.080.070.07
HSL353.68º33.33%88.82%-
HSV(B)353.68º8.05%92.55%-
XYZ72.1972.5777.22-
YUV222.91125.79137.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.12%
GREEN value IS 217 (85.16% from 255) = 32.29%
BLUE value IS 219 (85.94% from 255) = 32.59%
R=35.12%
G=32.29%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621721900.080.070.07353.6833.3388.82
HexECD9DB08771622159
Octal3543313330107754241131
Binary111011001101100111011011010001111111011000101000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9DB; }

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

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

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

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

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

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

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

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