#ECD7DD

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

Shades of Pale Rose #ECD7DD

Tints of Pale Rose #ECD7DD

Color information

#ECD7DD (or 0xECD7DD) is unknown color: approx Pale Rose. HEX triplet: EC, D7 and DD. RGB value is (236,215,221). Sum of RGB (Red+Green+Blue) = 236+215+221=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD7DD is #132822. Grayscale: #DDDDDD. Windows color (decimal): -1255459 or 14538732. OLE color: 14538732.

HSL color Cylindrical-coordinate representation of color #ECD7DD: hue angle of 342.86º degrees, saturation: 0.36, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECD7DD is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236215221-
CMYK00.090.060.07
HSL342.86º35.59%88.43%-
HSV(B)342.86º8.9%92.55%-
XYZ71.9471.6578.45-
YUV221.96127.46138.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.12%
GREEN value IS 215 (84.38% from 255) = 31.99%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=35.12%
G=31.99%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621522100.090.060.07342.8635.5988.43
HexECD7DD09671572458
Octal3543273350116752744130
Binary111011001101011111011101010011101111010101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD7DD; }

 p { color: rgb(236,215,221); }

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

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

 a { background-color: rgb(236,215,221); }

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

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

 span { border-color: rgb(236,215,221); }

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