#ECD7D9

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

Shades of Pale Rose #ECD7D9

Tints of Pale Rose #ECD7D9

Color information

#ECD7D9 (or 0xECD7D9) is unknown color: approx Pale Rose. HEX triplet: EC, D7 and D9. RGB value is (236,215,217). Sum of RGB (Red+Green+Blue) = 236+215+217=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD7D9 is #132826. Grayscale: #DDDDDD. Windows color (decimal): -1255463 or 14276588. OLE color: 14276588.

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

Color convert

RGB236215217-
CMYK00.090.080.07
HSL354.29º35.59%88.43%-
HSV(B)354.29º8.9%92.55%-
XYZ71.4271.4475.67-
YUV221.51125.46138.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 215 (84.38% from 255) = 32.19%
BLUE value IS 217 (85.16% from 255) = 32.49%
R=35.33%
G=32.19%
B=32.49%

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
Decimal23621521700.090.080.07354.2935.5988.43
HexECD7D909871622458
Octal35432733101110754244130
Binary1110110011010111110110010100110001111011000101001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD7D9; }

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

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

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

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

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

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

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

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