#ECD6DC

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

Shades of Pale Rose #ECD6DC

Tints of Pale Rose #ECD6DC

Color information

#ECD6DC (or 0xECD6DC) is unknown color: approx Pale Rose. HEX triplet: EC, D6 and DC. RGB value is (236,214,220). Sum of RGB (Red+Green+Blue) = 236+214+220=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6DC is #132923. Grayscale: #DDDDDD. Windows color (decimal): -1255716 or 14472940. OLE color: 14472940.

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

Color convert

RGB236214220-
CMYK00.090.070.07
HSL343.64º36.67%88.24%-
HSV(B)343.64º9.32%92.55%-
XYZ71.5671.0977.66-
YUV221.26127.29138.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.22%
GREEN value IS 214 (83.98% from 255) = 31.94%
BLUE value IS 220 (86.33% from 255) = 32.84%
R=35.22%
G=31.94%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621422000.090.070.07343.6436.6788.24
HexECD6DC09771582558
Octal3543263340117753045130
Binary111011001101011011011100010011111111010110001001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6DC; }

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

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

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

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

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

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

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

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