#ECDBE0

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

Shades of Pale Rose #ECDBE0

Tints of Pale Rose #ECDBE0

Color information

#ECDBE0 (or 0xECDBE0) is unknown color: approx Pale Rose. HEX triplet: EC, DB and E0. RGB value is (236,219,224). Sum of RGB (Red+Green+Blue) = 236+219+224=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBE0 is #13241F. Grayscale: #E0E0E0. Windows color (decimal): -1254432 or 14736364. OLE color: 14736364.

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

Color convert

RGB236219224-
CMYK00.070.050.07
HSL342.35º30.91%89.22%-
HSV(B)342.35º7.2%92.55%-
XYZ73.3873.8880.91-
YUV224.65127.63136.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.76%
GREEN value IS 219 (85.94% from 255) = 32.25%
BLUE value IS 224 (87.89% from 255) = 32.99%
R=34.76%
G=32.25%
B=32.99%

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
Decimal23621922400.070.050.07342.3530.9189.22
HexECDBE007571561f59
Octal354333340075752637131
Binary1110110011011011111000000111101111101010110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBE0; }

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

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

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

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

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

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

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

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