#ECCFD0

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

Shades of Pale Rose #ECCFD0

Tints of Pale Rose #ECCFD0

Color information

#ECCFD0 (or 0xECCFD0) is unknown color: approx Pale Rose. HEX triplet: EC, CF and D0. RGB value is (236,207,208). Sum of RGB (Red+Green+Blue) = 236+207+208=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFD0 is #13302F. Grayscale: #D7D7D7. Windows color (decimal): -1257520 or 13684716. OLE color: 13684716.

HSL color Cylindrical-coordinate representation of color #ECCFD0: hue angle of 357.93º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECCFD0 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB236207208-
CMYK00.120.120.07
HSL357.93º43.28%86.86%-
HSV(B)357.93º12.29%92.55%-
XYZ68.2967.0169.01-
YUV215.78123.61142.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 207 (81.25% from 255) = 31.80%
BLUE value IS 208 (81.64% from 255) = 31.95%
R=36.25%
G=31.80%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620720800.120.120.07357.9343.2886.86
HexECCFD00CC71662b57
Octal35431732001414754653127
Binary1110110011001111110100000110011001111011001101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFD0; }

 p { color: rgb(236,207,208); }

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

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

 a { background-color: rgb(236,207,208); }

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

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

 span { border-color: rgb(236,207,208); }

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