#ECDADD

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

Shades of Pale Rose #ECDADD

Tints of Pale Rose #ECDADD

Color information

#ECDADD (or 0xECDADD) is unknown color: approx Pale Rose. HEX triplet: EC, DA and DD. RGB value is (236,218,221). Sum of RGB (Red+Green+Blue) = 236+218+221=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDADD is #132522. Grayscale: #DFDFDF. Windows color (decimal): -1254691 or 14539500. OLE color: 14539500.

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

Color convert

RGB236218221-
CMYK00.080.060.07
HSL350º32.14%89.02%-
HSV(B)350º7.63%92.55%-
XYZ72.7173.278.7-
YUV223.72126.46136.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.96%
GREEN value IS 218 (85.55% from 255) = 32.30%
BLUE value IS 221 (86.72% from 255) = 32.74%
R=34.96%
G=32.30%
B=32.74%

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
Decimal23621822100.080.060.0735032.1489.02
HexECDADD086715e2059
Octal3543323350106753640131
Binary111011001101101011011101010001101111010111101000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDADD; }

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

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

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

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

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

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

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

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