#ECD0DC

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

Shades of Classic Rose #ECD0DC

Tints of Classic Rose #ECD0DC

Color information

#ECD0DC (or 0xECD0DC) is unknown color: approx Classic Rose. HEX triplet: EC, D0 and DC. RGB value is (236,208,220). Sum of RGB (Red+Green+Blue) = 236+208+220=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0DC is #132F23. Grayscale: #D9D9D9. Windows color (decimal): -1257252 or 14471404. OLE color: 14471404.

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

Color convert

RGB236208220-
CMYK00.120.070.07
HSL334.29º42.42%87.06%-
HSV(B)334.29º11.86%92.55%-
XYZ70.0768.1177.16-
YUV217.74129.28141.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 208 (81.64% from 255) = 31.33%
BLUE value IS 220 (86.33% from 255) = 33.13%
R=35.54%
G=31.33%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620822000.120.070.07334.2942.4287.06
HexECD0DC0C7714e2a57
Octal3543203340147751652127
Binary111011001101000011011100011001111111010011101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0DC; }

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

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

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

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

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

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

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

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