#ECD6DD

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

Shades of Pale Rose #ECD6DD

Tints of Pale Rose #ECD6DD

Color information

#ECD6DD (or 0xECD6DD) is unknown color: approx Pale Rose. HEX triplet: EC, D6 and DD. RGB value is (236,214,221). Sum of RGB (Red+Green+Blue) = 236+214+221=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6DD is #132922. Grayscale: #DDDDDD. Windows color (decimal): -1255715 or 14538476. OLE color: 14538476.

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

Color convert

RGB236214221-
CMYK00.090.060.07
HSL340.91º36.67%88.24%-
HSV(B)340.91º9.32%92.55%-
XYZ71.6971.1578.36-
YUV221.38127.79138.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.17%
GREEN value IS 214 (83.98% from 255) = 31.89%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=35.17%
G=31.89%
B=32.94%

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
Decimal23621422100.090.060.07340.9136.6788.24
HexECD6DD09671552558
Octal3543263350116752545130
Binary111011001101011011011101010011101111010101011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6DD; }

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

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

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

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

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

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

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

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