#ECD4E3

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

Shades of Classic Rose #ECD4E3

Tints of Classic Rose #ECD4E3

Color information

#ECD4E3 (or 0xECD4E3) is unknown color: approx Classic Rose. HEX triplet: EC, D4 and E3. RGB value is (236,212,227). Sum of RGB (Red+Green+Blue) = 236+212+227=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 212 (83.20% from 255 or 31.41% from 675); Blue value is 227 (89.06% from 255 or 33.63% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4E3 is #132B1C. Grayscale: #DCDCDC. Windows color (decimal): -1256221 or 14931180. OLE color: 14931180.

HSL color Cylindrical-coordinate representation of color #ECD4E3: hue angle of 322.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD4E3 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB236212227-
CMYK00.100.040.07
HSL322.5º38.71%87.84%-
HSV(B)322.5º10.17%92.55%-
XYZ7270.4782.48-
YUV220.89131.45138.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.96%
GREEN value IS 212 (83.20% from 255) = 31.41%
BLUE value IS 227 (89.06% from 255) = 33.63%
R=34.96%
G=31.41%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621222700.100.040.07322.538.7187.84
HexECD4E30A471422758
Octal3543243430124750247130
Binary111011001101010011100011010101001111010000101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD4E3; }

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

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

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

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

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

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

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

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