#ECDAE5

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

Shades of Classic Rose #ECDAE5

Tints of Classic Rose #ECDAE5

Color information

#ECDAE5 (or 0xECDAE5) is unknown color: approx Classic Rose. HEX triplet: EC, DA and E5. RGB value is (236,218,229). Sum of RGB (Red+Green+Blue) = 236+218+229=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAE5 is #13251A. Grayscale: #E0E0E0. Windows color (decimal): -1254683 or 15063788. OLE color: 15063788.

HSL color Cylindrical-coordinate representation of color #ECDAE5: hue angle of 323.33º degrees, saturation: 0.32, 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 #ECDAE5 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236218229-
CMYK00.080.030.07
HSL323.33º32.14%89.02%-
HSV(B)323.33º7.63%92.55%-
XYZ73.8173.6384.45-
YUV224.64130.46136.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 229 (89.84% from 255) = 33.53%
R=34.55%
G=31.92%
B=33.53%

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
Decimal23621822900.080.030.07323.3332.1489.02
HexECDAE508371432059
Octal3543323450103750340131
Binary11101100110110101110010101000111111010000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAE5; }

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

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

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

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

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

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

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

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