#ECDADC

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

Shades of Pale Rose #ECDADC

Tints of Pale Rose #ECDADC

Color information

#ECDADC (or 0xECDADC) is unknown color: approx Pale Rose. HEX triplet: EC, DA and DC. RGB value is (236,218,220). Sum of RGB (Red+Green+Blue) = 236+218+220=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDADC is #132523. Grayscale: #DFDFDF. Windows color (decimal): -1254692 or 14473964. OLE color: 14473964.

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

Color convert

RGB236218220-
CMYK00.080.070.07
HSL353.33º32.14%89.02%-
HSV(B)353.33º7.63%92.55%-
XYZ72.5873.1478-
YUV223.61125.96136.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.01%
GREEN value IS 218 (85.55% from 255) = 32.34%
BLUE value IS 220 (86.33% from 255) = 32.64%
R=35.01%
G=32.34%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621822000.080.070.07353.3332.1489.02
HexECDADC08771612059
Octal3543323340107754140131
Binary111011001101101011011100010001111111011000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDADC; }

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

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

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

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

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

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

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

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