#ECDEE0

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

Shades of Pale Rose #ECDEE0

Tints of Pale Rose #ECDEE0

Color information

#ECDEE0 (or 0xECDEE0) is unknown color: approx Pale Rose. HEX triplet: EC, DE and E0. RGB value is (236,222,224). Sum of RGB (Red+Green+Blue) = 236+222+224=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEE0 is #13211F. Grayscale: #E2E2E2. Windows color (decimal): -1253664 or 14737132. OLE color: 14737132.

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

Color convert

RGB236222224-
CMYK00.060.050.07
HSL351.43º26.92%89.8%-
HSV(B)351.43º5.93%92.55%-
XYZ74.1775.4681.18-
YUV226.41126.64134.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.60%
GREEN value IS 222 (87.11% from 255) = 32.55%
BLUE value IS 224 (87.89% from 255) = 32.84%
R=34.60%
G=32.55%
B=32.84%

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
Decimal23622222400.060.050.07351.4326.9289.8
HexECDEE0065715f1b5a
Octal354336340065753733132
Binary1110110011011110111000000110101111101011111110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEE0; }

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

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

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

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

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

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

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

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