#ECCED4

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

Shades of Pale Rose #ECCED4

Tints of Pale Rose #ECCED4

Color information

#ECCED4 (or 0xECCED4) is unknown color: approx Pale Rose. HEX triplet: EC, CE and D4. RGB value is (236,206,212). Sum of RGB (Red+Green+Blue) = 236+206+212=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCED4 is #13312B. Grayscale: #D7D7D7. Windows color (decimal): -1257772 or 13946604. OLE color: 13946604.

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

Color convert

RGB236206212-
CMYK00.130.100.07
HSL348º44.12%86.67%-
HSV(B)348º12.71%92.55%-
XYZ68.5566.7371.55-
YUV215.65125.94142.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 212 (83.20% from 255) = 32.42%
R=36.09%
G=31.50%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620621200.130.100.0734844.1286.67
HexECCED40DA715c2c57
Octal35431632401512753454127
Binary1110110011001110110101000110110101111010111001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCED4; }

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

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

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

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

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

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

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

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