#ECD2E3

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

Shades of Classic Rose #ECD2E3

Tints of Classic Rose #ECD2E3

Color information

#ECD2E3 (or 0xECD2E3) is unknown color: approx Classic Rose. HEX triplet: EC, D2 and E3. RGB value is (236,210,227). Sum of RGB (Red+Green+Blue) = 236+210+227=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 210 (82.42% from 255 or 31.20% from 673); Blue value is 227 (89.06% from 255 or 33.73% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2E3 is #132D1C. Grayscale: #DBDBDB. Windows color (decimal): -1256733 or 14930668. OLE color: 14930668.

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

Color convert

RGB236210227-
CMYK00.110.040.07
HSL320.77º40.62%87.45%-
HSV(B)320.77º11.02%92.55%-
XYZ71.569.4782.31-
YUV219.71132.11139.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.07%
GREEN value IS 210 (82.42% from 255) = 31.20%
BLUE value IS 227 (89.06% from 255) = 33.73%
R=35.07%
G=31.20%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621022700.110.040.07320.7740.6287.45
HexECD2E30B471412957
Octal3543223430134750151127
Binary111011001101001011100011010111001111010000011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2E3; }

 p { color: rgb(236,210,227); }

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

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

 a { background-color: rgb(236,210,227); }

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

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

 span { border-color: rgb(236,210,227); }

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