#ECD1DD

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

Shades of Classic Rose #ECD1DD

Tints of Classic Rose #ECD1DD

Color information

#ECD1DD (or 0xECD1DD) is unknown color: approx Classic Rose. HEX triplet: EC, D1 and DD. RGB value is (236,209,221). Sum of RGB (Red+Green+Blue) = 236+209+221=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1DD is #132E22. Grayscale: #DADADA. Windows color (decimal): -1256995 or 14537196. OLE color: 14537196.

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

Color convert

RGB236209221-
CMYK00.110.060.07
HSL333.33º41.54%87.25%-
HSV(B)333.33º11.44%92.55%-
XYZ70.4468.6577.95-
YUV218.44129.45140.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.44%
GREEN value IS 209 (82.03% from 255) = 31.38%
BLUE value IS 221 (86.72% from 255) = 33.18%
R=35.44%
G=31.38%
B=33.18%

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
Decimal23620922100.110.060.07333.3341.5487.25
HexECD1DD0B6714d2a57
Octal3543213350136751552127
Binary111011001101000111011101010111101111010011011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1DD; }

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

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

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

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

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

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

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

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