#ECDBDC

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

Shades of Pale Rose #ECDBDC

Tints of Pale Rose #ECDBDC

Color information

#ECDBDC (or 0xECDBDC) is unknown color: approx Pale Rose. HEX triplet: EC, DB and DC. RGB value is (236,219,220). Sum of RGB (Red+Green+Blue) = 236+219+220=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBDC is #132423. Grayscale: #E0E0E0. Windows color (decimal): -1254436 or 14474220. OLE color: 14474220.

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

Color convert

RGB236219220-
CMYK00.070.070.07
HSL356.47º30.91%89.22%-
HSV(B)356.47º7.2%92.55%-
XYZ72.8473.6678.09-
YUV224.2125.63136.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.96%
GREEN value IS 219 (85.94% from 255) = 32.44%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=34.96%
G=32.44%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621922000.070.070.07356.4730.9189.22
HexECDBDC07771641f59
Octal354333334077754437131
Binary1110110011011011110111000111111111101100100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBDC; }

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

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

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

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

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

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

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

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