#ECD0E0

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

Shades of Classic Rose #ECD0E0

Tints of Classic Rose #ECD0E0

Color information

#ECD0E0 (or 0xECD0E0) is unknown color: approx Classic Rose. HEX triplet: EC, D0 and E0. RGB value is (236,208,224). Sum of RGB (Red+Green+Blue) = 236+208+224=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0E0 is #132F1F. Grayscale: #DADADA. Windows color (decimal): -1257248 or 14733548. OLE color: 14733548.

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

Color convert

RGB236208224-
CMYK00.120.050.07
HSL325.71º42.42%87.06%-
HSV(B)325.71º11.86%92.55%-
XYZ70.668.3379.99-
YUV218.2131.28140.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 208 (81.64% from 255) = 31.14%
BLUE value IS 224 (87.89% from 255) = 33.53%
R=35.33%
G=31.14%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620822400.120.050.07325.7142.4287.06
HexECD0E00C571462a57
Octal3543203400145750652127
Binary111011001101000011100000011001011111010001101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0E0; }

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

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

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

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

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

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

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

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