#ECCACE

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

Shades of Pale Rose #ECCACE

Tints of Pale Rose #ECCACE

Color information

#ECCACE (or 0xECCACE) is unknown color: approx Pale Rose. HEX triplet: EC, CA and CE. RGB value is (236,202,206). Sum of RGB (Red+Green+Blue) = 236+202+206=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCACE is #133531. Grayscale: #D4D4D4. Windows color (decimal): -1258802 or 13552364. OLE color: 13552364.

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

Color convert

RGB236202206-
CMYK00.140.130.07
HSL352.94º47.22%85.88%-
HSV(B)352.94º14.41%92.55%-
XYZ66.8564.5367.32-
YUV212.62124.26144.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.65%
GREEN value IS 202 (79.30% from 255) = 31.37%
BLUE value IS 206 (80.86% from 255) = 31.99%
R=36.65%
G=31.37%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620220600.140.130.07352.9447.2285.88
HexECCACE0ED71612f56
Octal35431231601615754157126
Binary1110110011001010110011100111011011111011000011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCACE; }

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

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

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

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

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

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

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

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