#ECD0DE

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

Shades of Classic Rose #ECD0DE

Tints of Classic Rose #ECD0DE

Color information

#ECD0DE (or 0xECD0DE) is unknown color: approx Classic Rose. HEX triplet: EC, D0 and DE. RGB value is (236,208,222). Sum of RGB (Red+Green+Blue) = 236+208+222=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0DE is #132F21. Grayscale: #D9D9D9. Windows color (decimal): -1257250 or 14602476. OLE color: 14602476.

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

Color convert

RGB236208222-
CMYK00.120.060.07
HSL330º42.42%87.06%-
HSV(B)330º11.86%92.55%-
XYZ70.3368.2278.57-
YUV217.97130.28140.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.44%
GREEN value IS 208 (81.64% from 255) = 31.23%
BLUE value IS 222 (87.11% from 255) = 33.33%
R=35.44%
G=31.23%
B=33.33%

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
Decimal23620822200.120.060.0733042.4287.06
HexECD0DE0C6714a2a57
Octal3543203360146751252127
Binary111011001101000011011110011001101111010010101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0DE; }

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

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

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

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

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

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

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

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