#ECD4D9

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

Shades of Pale Rose #ECD4D9

Tints of Pale Rose #ECD4D9

Color information

#ECD4D9 (or 0xECD4D9) is unknown color: approx Pale Rose. HEX triplet: EC, D4 and D9. RGB value is (236,212,217). Sum of RGB (Red+Green+Blue) = 236+212+217=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 212 (83.20% from 255 or 31.88% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4D9 is #132B26. Grayscale: #DBDBDB. Windows color (decimal): -1256231 or 14275820. OLE color: 14275820.

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

Color convert

RGB236212217-
CMYK00.100.080.07
HSL347.5º38.71%87.84%-
HSV(B)347.5º10.17%92.55%-
XYZ70.6669.9375.42-
YUV219.75126.45139.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 212 (83.20% from 255) = 31.88%
BLUE value IS 217 (85.16% from 255) = 32.63%
R=35.49%
G=31.88%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621221700.100.080.07347.538.7187.84
HexECD4D90A8715c2758
Octal35432433101210753447130
Binary1110110011010100110110010101010001111010111001001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD4D9; }

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

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

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

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

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

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

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

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