#ECDBDD

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

Shades of Pale Rose #ECDBDD

Tints of Pale Rose #ECDBDD

Color information

#ECDBDD (or 0xECDBDD) is unknown color: approx Pale Rose. HEX triplet: EC, DB and DD. RGB value is (236,219,221). Sum of RGB (Red+Green+Blue) = 236+219+221=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBDD is #132422. Grayscale: #E0E0E0. Windows color (decimal): -1254435 or 14539756. OLE color: 14539756.

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

Color convert

RGB236219221-
CMYK00.070.060.07
HSL352.94º30.91%89.22%-
HSV(B)352.94º7.2%92.55%-
XYZ72.9773.7278.79-
YUV224.31126.13136.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.91%
GREEN value IS 219 (85.94% from 255) = 32.40%
BLUE value IS 221 (86.72% from 255) = 32.69%
R=34.91%
G=32.40%
B=32.69%

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
Decimal23621922100.070.060.07352.9430.9189.22
HexECDBDD07671611f59
Octal354333335076754137131
Binary1110110011011011110111010111110111101100001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBDD; }

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

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

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

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

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

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

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

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