#ECDAE6

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

Shades of Classic Rose #ECDAE6

Tints of Classic Rose #ECDAE6

Color information

#ECDAE6 (or 0xECDAE6) is unknown color: approx Classic Rose. HEX triplet: EC, DA and E6. RGB value is (236,218,230). Sum of RGB (Red+Green+Blue) = 236+218+230=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAE6 is #132519. Grayscale: #E0E0E0. Windows color (decimal): -1254682 or 15129324. OLE color: 15129324.

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

Color convert

RGB236218230-
CMYK00.080.030.07
HSL320º32.14%89.02%-
HSV(B)320º7.63%92.55%-
XYZ73.9573.6985.19-
YUV224.75130.96136.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 218 (85.55% from 255) = 31.87%
BLUE value IS 230 (90.23% from 255) = 33.63%
R=34.50%
G=31.87%
B=33.63%

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
Decimal23621823000.080.030.0732032.1489.02
HexECDAE608371402059
Octal3543323460103750040131
Binary11101100110110101110011001000111111010000001000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAE6; }

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

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

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

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

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

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

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

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