#ECD8DB

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

Shades of Pale Rose #ECD8DB

Tints of Pale Rose #ECD8DB

Color information

#ECD8DB (or 0xECD8DB) is unknown color: approx Pale Rose. HEX triplet: EC, D8 and DB. RGB value is (236,216,219). Sum of RGB (Red+Green+Blue) = 236+216+219=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8DB is #132724. Grayscale: #DEDEDE. Windows color (decimal): -1255205 or 14407916. OLE color: 14407916.

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

Color convert

RGB236216219-
CMYK00.080.070.07
HSL351º34.48%88.63%-
HSV(B)351º8.47%92.55%-
XYZ71.9372.0677.14-
YUV222.32126.13137.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.17%
GREEN value IS 216 (84.77% from 255) = 32.19%
BLUE value IS 219 (85.94% from 255) = 32.64%
R=35.17%
G=32.19%
B=32.64%

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
Decimal23621621900.080.070.0735134.4888.63
HexECD8DB087715f2259
Octal3543303330107753742131
Binary111011001101100011011011010001111111010111111000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8DB; }

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

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

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

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

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

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

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

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