#ECDCE1

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

Shades of Pale Rose #ECDCE1

Tints of Pale Rose #ECDCE1

Color information

#ECDCE1 (or 0xECDCE1) is unknown color: approx Pale Rose. HEX triplet: EC, DC and E1. RGB value is (236,220,225). Sum of RGB (Red+Green+Blue) = 236+220+225=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCE1 is #13231E. Grayscale: #E1E1E1. Windows color (decimal): -1254175 or 14802156. OLE color: 14802156.

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

Color convert

RGB236220225-
CMYK00.070.050.07
HSL341.25º29.63%89.41%-
HSV(B)341.25º6.78%92.55%-
XYZ73.7874.4681.72-
YUV225.35127.8135.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.65%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 225 (88.28% from 255) = 33.04%
R=34.65%
G=32.31%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622022500.070.050.07341.2529.6389.41
HexECDCE107571551e59
Octal354334341075752536131
Binary1110110011011100111000010111101111101010101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCE1; }

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

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

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

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

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

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

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

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