#ECD9E5

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

Shades of Classic Rose #ECD9E5

Tints of Classic Rose #ECD9E5

Color information

#ECD9E5 (or 0xECD9E5) is unknown color: approx Classic Rose. HEX triplet: EC, D9 and E5. RGB value is (236,217,229). Sum of RGB (Red+Green+Blue) = 236+217+229=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9E5 is #13261A. Grayscale: #E0E0E0. Windows color (decimal): -1254939 or 15063532. OLE color: 15063532.

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

Color convert

RGB236217229-
CMYK00.080.030.07
HSL322.11º33.33%88.82%-
HSV(B)322.11º8.05%92.55%-
XYZ73.5573.1284.37-
YUV224.05130.79136.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.60%
GREEN value IS 217 (85.16% from 255) = 31.82%
BLUE value IS 229 (89.84% from 255) = 33.58%
R=34.60%
G=31.82%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621722900.080.030.07322.1133.3388.82
HexECD9E508371422159
Octal3543313450103750241131
Binary11101100110110011110010101000111111010000101000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9E5; }

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

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

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

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

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

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

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

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