#ECD4D6

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

Shades of Pale Rose #ECD4D6

Tints of Pale Rose #ECD4D6

Color information

#ECD4D6 (or 0xECD4D6) is unknown color: approx Pale Rose. HEX triplet: EC, D4 and D6. RGB value is (236,212,214). Sum of RGB (Red+Green+Blue) = 236+212+214=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4D6 is #132B29. Grayscale: #DBDBDB. Windows color (decimal): -1256234 or 14079212. OLE color: 14079212.

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

Color convert

RGB236212214-
CMYK00.100.090.07
HSL355º38.71%87.84%-
HSV(B)355º10.17%92.55%-
XYZ70.2769.7773.38-
YUV219.4124.95139.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.65%
GREEN value IS 212 (83.20% from 255) = 32.02%
BLUE value IS 214 (83.98% from 255) = 32.33%
R=35.65%
G=32.02%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621221400.100.090.0735538.7187.84
HexECD4D60A971632758
Octal35432432601211754347130
Binary1110110011010100110101100101010011111011000111001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD4D6; }

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

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

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

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

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

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

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

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