#ECDADF

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

Shades of Pale Rose #ECDADF

Tints of Pale Rose #ECDADF

Color information

#ECDADF (or 0xECDADF) is unknown color: approx Pale Rose. HEX triplet: EC, DA and DF. RGB value is (236,218,223). Sum of RGB (Red+Green+Blue) = 236+218+223=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDADF is #132520. Grayscale: #DFDFDF. Windows color (decimal): -1254689 or 14670572. OLE color: 14670572.

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

Color convert

RGB236218223-
CMYK00.080.060.07
HSL343.33º32.14%89.02%-
HSV(B)343.33º7.63%92.55%-
XYZ72.9873.380.11-
YUV223.95127.46136.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.86%
GREEN value IS 218 (85.55% from 255) = 32.20%
BLUE value IS 223 (87.5% from 255) = 32.94%
R=34.86%
G=32.20%
B=32.94%

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
Decimal23621822300.080.060.07343.3332.1489.02
HexECDADF08671572059
Octal3543323370106752740131
Binary111011001101101011011111010001101111010101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDADF; }

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

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

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

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

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

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

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

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