#ECD2E1

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

Shades of Classic Rose #ECD2E1

Tints of Classic Rose #ECD2E1

Color information

#ECD2E1 (or 0xECD2E1) is unknown color: approx Classic Rose. HEX triplet: EC, D2 and E1. RGB value is (236,210,225). Sum of RGB (Red+Green+Blue) = 236+210+225=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 210 (82.42% from 255 or 31.30% from 671); Blue value is 225 (88.28% from 255 or 33.53% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2E1 is #132D1E. Grayscale: #DBDBDB. Windows color (decimal): -1256735 or 14799596. OLE color: 14799596.

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

Color convert

RGB236210225-
CMYK00.110.050.07
HSL325.38º40.62%87.45%-
HSV(B)325.38º11.02%92.55%-
XYZ71.2369.3680.87-
YUV219.48131.11139.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.17%
GREEN value IS 210 (82.42% from 255) = 31.30%
BLUE value IS 225 (88.28% from 255) = 33.53%
R=35.17%
G=31.30%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621022500.110.050.07325.3840.6287.45
HexECD2E10B571452957
Octal3543223410135750551127
Binary111011001101001011100001010111011111010001011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2E1; }

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

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

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

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

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

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

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

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