#ECDDDF

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

Shades of Pale Rose #ECDDDF

Tints of Pale Rose #ECDDDF

Color information

#ECDDDF (or 0xECDDDF) is unknown color: approx Pale Rose. HEX triplet: EC, DD and DF. RGB value is (236,221,223). Sum of RGB (Red+Green+Blue) = 236+221+223=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDDF is #132220. Grayscale: #E1E1E1. Windows color (decimal): -1253921 or 14671340. OLE color: 14671340.

HSL color Cylindrical-coordinate representation of color #ECDDDF: hue angle of 352º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDDDF is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236221223-
CMYK00.060.060.07
HSL352º28.3%89.61%-
HSV(B)352º6.36%92.55%-
XYZ73.7774.8780.38-
YUV225.71126.47135.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.71%
GREEN value IS 221 (86.72% from 255) = 32.5%
BLUE value IS 223 (87.5% from 255) = 32.79%
R=34.71%
G=32.5%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622122300.060.060.0735228.389.61
HexECDDDF06671601c5a
Octal354335337066754034132
Binary1110110011011101110111110110110111101100000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDDF; }

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

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

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

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

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

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

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

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