#ECDADE

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

Shades of Pale Rose #ECDADE

Tints of Pale Rose #ECDADE

Color information

#ECDADE (or 0xECDADE) is unknown color: approx Pale Rose. HEX triplet: EC, DA and DE. RGB value is (236,218,222). Sum of RGB (Red+Green+Blue) = 236+218+222=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDADE is #132521. Grayscale: #DFDFDF. Windows color (decimal): -1254690 or 14605036. OLE color: 14605036.

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

Color convert

RGB236218222-
CMYK00.080.060.07
HSL346.67º32.14%89.02%-
HSV(B)346.67º7.63%92.55%-
XYZ72.8573.2579.41-
YUV223.84126.96136.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.91%
GREEN value IS 218 (85.55% from 255) = 32.25%
BLUE value IS 222 (87.11% from 255) = 32.84%
R=34.91%
G=32.25%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621822200.080.060.07346.6732.1489.02
HexECDADE086715b2059
Octal3543323360106753340131
Binary111011001101101011011110010001101111010110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDADE; }

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

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

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

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

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

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

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

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