#ECD0D5

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

Shades of Pale Rose #ECD0D5

Tints of Pale Rose #ECD0D5

Color information

#ECD0D5 (or 0xECD0D5) is unknown color: approx Pale Rose. HEX triplet: EC, D0 and D5. RGB value is (236,208,213). Sum of RGB (Red+Green+Blue) = 236+208+213=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0D5 is #132F2A. Grayscale: #D8D8D8. Windows color (decimal): -1257259 or 14012652. OLE color: 14012652.

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

Color convert

RGB236208213-
CMYK00.120.100.07
HSL349.29º42.42%87.06%-
HSV(B)349.29º11.86%92.55%-
XYZ69.1667.7572.38-
YUV216.94125.78141.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.92%
GREEN value IS 208 (81.64% from 255) = 31.66%
BLUE value IS 213 (83.59% from 255) = 32.42%
R=35.92%
G=31.66%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620821300.120.100.07349.2942.4287.06
HexECD0D50CA715d2a57
Octal35432032501412753552127
Binary1110110011010000110101010110010101111010111011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0D5; }

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

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

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

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

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

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

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

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