#ECCFD4

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

Shades of Pale Rose #ECCFD4

Tints of Pale Rose #ECCFD4

Color information

#ECCFD4 (or 0xECCFD4) is unknown color: approx Pale Rose. HEX triplet: EC, CF and D4. RGB value is (236,207,212). Sum of RGB (Red+Green+Blue) = 236+207+212=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFD4 is #13302B. Grayscale: #D8D8D8. Windows color (decimal): -1257516 or 13946860. OLE color: 13946860.

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

Color convert

RGB236207212-
CMYK00.120.100.07
HSL349.66º43.28%86.86%-
HSV(B)349.66º12.29%92.55%-
XYZ68.7967.2171.64-
YUV216.24125.61142.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 207 (81.25% from 255) = 31.60%
BLUE value IS 212 (83.20% from 255) = 32.37%
R=36.03%
G=31.60%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620721200.120.100.07349.6643.2886.86
HexECCFD40CA715e2b57
Octal35431732401412753653127
Binary1110110011001111110101000110010101111010111101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFD4; }

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

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

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

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

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

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

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

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