#ECD4DB

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

Shades of Pale Rose #ECD4DB

Tints of Pale Rose #ECD4DB

Color information

#ECD4DB (or 0xECD4DB) is unknown color: approx Pale Rose. HEX triplet: EC, D4 and DB. RGB value is (236,212,219). Sum of RGB (Red+Green+Blue) = 236+212+219=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4DB is #132B24. Grayscale: #DBDBDB. Windows color (decimal): -1256229 or 14406892. OLE color: 14406892.

HSL color Cylindrical-coordinate representation of color #ECD4DB: hue angle of 342.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD4DB is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236212219-
CMYK00.100.070.07
HSL342.5º38.71%87.84%-
HSV(B)342.5º10.17%92.55%-
XYZ70.9270.0376.8-
YUV219.97127.45139.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 212 (83.20% from 255) = 31.78%
BLUE value IS 219 (85.94% from 255) = 32.83%
R=35.38%
G=31.78%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621221900.100.070.07342.538.7187.84
HexECD4DB0A771562758
Octal3543243330127752647130
Binary111011001101010011011011010101111111010101101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD4DB; }

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

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

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

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

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

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

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

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