#ECDDE0

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

Shades of Pale Rose #ECDDE0

Tints of Pale Rose #ECDDE0

Color information

#ECDDE0 (or 0xECDDE0) is unknown color: approx Pale Rose. HEX triplet: EC, DD and E0. RGB value is (236,221,224). Sum of RGB (Red+Green+Blue) = 236+221+224=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDE0 is #13221F. Grayscale: #E1E1E1. Windows color (decimal): -1253920 or 14736876. OLE color: 14736876.

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

Color convert

RGB236221224-
CMYK00.060.050.07
HSL348º28.3%89.61%-
HSV(B)348º6.36%92.55%-
XYZ73.974.9381.09-
YUV225.83126.97135.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.65%
GREEN value IS 221 (86.72% from 255) = 32.45%
BLUE value IS 224 (87.89% from 255) = 32.89%
R=34.65%
G=32.45%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622122400.060.050.0734828.389.61
HexECDDE0065715c1c5a
Octal354335340065753434132
Binary1110110011011101111000000110101111101011100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDE0; }

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

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

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

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

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

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

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

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