#ECD5DC

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

Shades of Pale Rose #ECD5DC

Tints of Pale Rose #ECD5DC

Color information

#ECD5DC (or 0xECD5DC) is unknown color: approx Pale Rose. HEX triplet: EC, D5 and DC. RGB value is (236,213,220). Sum of RGB (Red+Green+Blue) = 236+213+220=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5DC is #132A23. Grayscale: #DCDCDC. Windows color (decimal): -1255972 or 14472684. OLE color: 14472684.

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

Color convert

RGB236213220-
CMYK00.100.070.07
HSL341.74º37.7%88.04%-
HSV(B)341.74º9.75%92.55%-
XYZ71.370.5977.58-
YUV220.68127.62138.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.28%
GREEN value IS 213 (83.59% from 255) = 31.84%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=35.28%
G=31.84%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621322000.100.070.07341.7437.788.04
HexECD5DC0A771562658
Octal3543253340127752646130
Binary111011001101010111011100010101111111010101101001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5DC; }

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

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

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

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

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

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

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

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