#ECD1DF

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

Shades of Classic Rose #ECD1DF

Tints of Classic Rose #ECD1DF

Color information

#ECD1DF (or 0xECD1DF) is unknown color: approx Classic Rose. HEX triplet: EC, D1 and DF. RGB value is (236,209,223). Sum of RGB (Red+Green+Blue) = 236+209+223=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1DF is #132E20. Grayscale: #DADADA. Windows color (decimal): -1256993 or 14668268. OLE color: 14668268.

HSL color Cylindrical-coordinate representation of color #ECD1DF: hue angle of 328.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 #ECD1DF is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236209223-
CMYK00.110.060.07
HSL328.89º41.54%87.25%-
HSV(B)328.89º11.44%92.55%-
XYZ70.7168.7679.36-
YUV218.67130.45140.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 209 (82.03% from 255) = 31.29%
BLUE value IS 223 (87.5% from 255) = 33.38%
R=35.33%
G=31.29%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620922300.110.060.07328.8941.5487.25
HexECD1DF0B671492a57
Octal3543213370136751152127
Binary111011001101000111011111010111101111010010011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1DF; }

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

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

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

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

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

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

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

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