#ECD3E5

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

Shades of Classic Rose #ECD3E5

Tints of Classic Rose #ECD3E5

Color information

#ECD3E5 (or 0xECD3E5) is unknown color: approx Classic Rose. HEX triplet: EC, D3 and E5. RGB value is (236,211,229). Sum of RGB (Red+Green+Blue) = 236+211+229=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 211 (82.81% from 255 or 31.21% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3E5 is #132C1A. Grayscale: #DCDCDC. Windows color (decimal): -1256475 or 15061996. OLE color: 15061996.

HSL color Cylindrical-coordinate representation of color #ECD3E5: hue angle of 316.8º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD3E5 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236211229-
CMYK00.110.030.07
HSL316.8º39.68%87.65%-
HSV(B)316.8º10.59%92.55%-
XYZ72.0370.0883.86-
YUV220.53132.78139.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.91%
GREEN value IS 211 (82.81% from 255) = 31.21%
BLUE value IS 229 (89.84% from 255) = 33.88%
R=34.91%
G=31.21%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621122900.110.030.07316.839.6887.65
HexECD3E50B3713d2858
Octal3543233450133747550130
Binary11101100110100111110010101011111111001111011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3E5; }

 p { color: rgb(236,211,229); }

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

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

 a { background-color: rgb(236,211,229); }

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

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

 span { border-color: rgb(236,211,229); }

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