#ECD0DF

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

Shades of Classic Rose #ECD0DF

Tints of Classic Rose #ECD0DF

Color information

#ECD0DF (or 0xECD0DF) is unknown color: approx Classic Rose. HEX triplet: EC, D0 and DF. RGB value is (236,208,223). Sum of RGB (Red+Green+Blue) = 236+208+223=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0DF is #132F20. Grayscale: #DADADA. Windows color (decimal): -1257249 or 14668012. OLE color: 14668012.

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

Color convert

RGB236208223-
CMYK00.120.060.07
HSL327.86º42.42%87.06%-
HSV(B)327.86º11.86%92.55%-
XYZ70.4768.2779.28-
YUV218.08130.78140.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 208 (81.64% from 255) = 31.18%
BLUE value IS 223 (87.5% from 255) = 33.43%
R=35.38%
G=31.18%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620822300.120.060.07327.8642.4287.06
HexECD0DF0C671482a57
Octal3543203370146751052127
Binary111011001101000011011111011001101111010010001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0DF; }

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

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

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

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

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

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

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

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