#ECD8DE

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

Shades of Pale Rose #ECD8DE

Tints of Pale Rose #ECD8DE

Color information

#ECD8DE (or 0xECD8DE) is unknown color: approx Pale Rose. HEX triplet: EC, D8 and DE. RGB value is (236,216,222). Sum of RGB (Red+Green+Blue) = 236+216+222=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8DE is #132721. Grayscale: #DEDEDE. Windows color (decimal): -1255202 or 14604524. OLE color: 14604524.

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

Color convert

RGB236216222-
CMYK00.080.060.07
HSL342º34.48%88.63%-
HSV(B)342º8.47%92.55%-
XYZ72.3372.2279.23-
YUV222.66127.63137.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.01%
GREEN value IS 216 (84.77% from 255) = 32.05%
BLUE value IS 222 (87.11% from 255) = 32.94%
R=35.01%
G=32.05%
B=32.94%

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
Decimal23621622200.080.060.0734234.4888.63
HexECD8DE08671562259
Octal3543303360106752642131
Binary111011001101100011011110010001101111010101101000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8DE; }

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

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

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

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

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

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

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

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