#ECD6D8

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

Shades of Pale Rose #ECD6D8

Tints of Pale Rose #ECD6D8

Color information

#ECD6D8 (or 0xECD6D8) is unknown color: approx Pale Rose. HEX triplet: EC, D6 and D8. RGB value is (236,214,216). Sum of RGB (Red+Green+Blue) = 236+214+216=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 216 (84.77% from 255 or 32.43% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6D8 is #132927. Grayscale: #DCDCDC. Windows color (decimal): -1255720 or 14210796. OLE color: 14210796.

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

Color convert

RGB236214216-
CMYK00.090.080.07
HSL354.55º36.67%88.24%-
HSV(B)354.55º9.32%92.55%-
XYZ71.0370.8874.9-
YUV220.81125.29138.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.44%
GREEN value IS 214 (83.98% from 255) = 32.13%
BLUE value IS 216 (84.77% from 255) = 32.43%
R=35.44%
G=32.13%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621421600.090.080.07354.5536.6788.24
HexECD6D809871632558
Octal35432633001110754345130
Binary1110110011010110110110000100110001111011000111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6D8; }

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

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

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

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

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

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

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

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