#ECDADB

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

Shades of Pale Rose #ECDADB

Tints of Pale Rose #ECDADB

Color information

#ECDADB (or 0xECDADB) is unknown color: approx Pale Rose. HEX triplet: EC, DA and DB. RGB value is (236,218,219). Sum of RGB (Red+Green+Blue) = 236+218+219=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDADB is #132524. Grayscale: #DFDFDF. Windows color (decimal): -1254693 or 14408428. OLE color: 14408428.

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

Color convert

RGB236218219-
CMYK00.080.070.07
HSL356.67º32.14%89.02%-
HSV(B)356.67º7.63%92.55%-
XYZ72.4573.0977.31-
YUV223.5125.46136.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.07%
GREEN value IS 218 (85.55% from 255) = 32.39%
BLUE value IS 219 (85.94% from 255) = 32.54%
R=35.07%
G=32.39%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621821900.080.070.07356.6732.1489.02
HexECDADB08771652059
Octal3543323330107754540131
Binary111011001101101011011011010001111111011001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDADB; }

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

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

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

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

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

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

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

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