#ECD0D7

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

Shades of Pale Rose #ECD0D7

Tints of Pale Rose #ECD0D7

Color information

#ECD0D7 (or 0xECD0D7) is unknown color: approx Pale Rose. HEX triplet: EC, D0 and D7. RGB value is (236,208,215). Sum of RGB (Red+Green+Blue) = 236+208+215=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 215 (84.38% from 255 or 32.63% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0D7 is #132F28. Grayscale: #D9D9D9. Windows color (decimal): -1257257 or 14143724. OLE color: 14143724.

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

Color convert

RGB236208215-
CMYK00.120.090.07
HSL345º42.42%87.06%-
HSV(B)345º11.86%92.55%-
XYZ69.4167.8573.73-
YUV217.17126.78141.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.81%
GREEN value IS 208 (81.64% from 255) = 31.56%
BLUE value IS 215 (84.38% from 255) = 32.63%
R=35.81%
G=31.56%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620821500.120.090.0734542.4287.06
HexECD0D70C971592a57
Octal35432032701411753152127
Binary1110110011010000110101110110010011111010110011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0D7; }

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

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

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

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

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

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

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

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