#ECD1D6

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

Shades of Pale Rose #ECD1D6

Tints of Pale Rose #ECD1D6

Color information

#ECD1D6 (or 0xECD1D6) is unknown color: approx Pale Rose. HEX triplet: EC, D1 and D6. RGB value is (236,209,214). Sum of RGB (Red+Green+Blue) = 236+209+214=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 209 (82.03% from 255 or 31.71% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1D6 is #132E29. Grayscale: #D9D9D9. Windows color (decimal): -1257002 or 14078444. OLE color: 14078444.

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

Color convert

RGB236209214-
CMYK00.110.090.07
HSL348.89º41.54%87.25%-
HSV(B)348.89º11.44%92.55%-
XYZ69.5368.2973.13-
YUV217.64125.95141.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.81%
GREEN value IS 209 (82.03% from 255) = 31.71%
BLUE value IS 214 (83.98% from 255) = 32.47%
R=35.81%
G=31.71%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620921400.110.090.07348.8941.5487.25
HexECD1D60B9715d2a57
Octal35432132601311753552127
Binary1110110011010001110101100101110011111010111011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1D6; }

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

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

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

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

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

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

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

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