#ECDCDE

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

Shades of Pale Rose #ECDCDE

Tints of Pale Rose #ECDCDE

Color information

#ECDCDE (or 0xECDCDE) is unknown color: approx Pale Rose. HEX triplet: EC, DC and DE. RGB value is (236,220,222). Sum of RGB (Red+Green+Blue) = 236+220+222=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCDE is #132321. Grayscale: #E1E1E1. Windows color (decimal): -1254178 or 14605548. OLE color: 14605548.

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

Color convert

RGB236220222-
CMYK00.070.060.07
HSL352.5º29.63%89.41%-
HSV(B)352.5º6.78%92.55%-
XYZ73.3774.2979.58-
YUV225.01126.3135.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.81%
GREEN value IS 220 (86.33% from 255) = 32.45%
BLUE value IS 222 (87.11% from 255) = 32.74%
R=34.81%
G=32.45%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622022200.070.060.07352.529.6389.41
HexECDCDE07671601e59
Octal354334336076754036131
Binary1110110011011100110111100111110111101100000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCDE; }

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

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

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

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

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

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

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

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