#ECD0D6

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

Shades of Pale Rose #ECD0D6

Tints of Pale Rose #ECD0D6

Color information

#ECD0D6 (or 0xECD0D6) is unknown color: approx Pale Rose. HEX triplet: EC, D0 and D6. RGB value is (236,208,214). Sum of RGB (Red+Green+Blue) = 236+208+214=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0D6 is #132F29. Grayscale: #D9D9D9. Windows color (decimal): -1257258 or 14078188. OLE color: 14078188.

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

Color convert

RGB236208214-
CMYK00.120.090.07
HSL347.14º42.42%87.06%-
HSV(B)347.14º11.86%92.55%-
XYZ69.2967.873.05-
YUV217.06126.28141.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.87%
GREEN value IS 208 (81.64% from 255) = 31.61%
BLUE value IS 214 (83.98% from 255) = 32.52%
R=35.87%
G=31.61%
B=32.52%

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
Decimal23620821400.120.090.07347.1442.4287.06
HexECD0D60C9715b2a57
Octal35432032601411753352127
Binary1110110011010000110101100110010011111010110111010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0D6; }

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

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

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

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

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

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

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

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