#EECCCE

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

Shades of Pale Rose #EECCCE

Tints of Pale Rose #EECCCE

Color information

#EECCCE (or 0xEECCCE) is unknown color: approx Pale Rose. HEX triplet: EE, CC and CE. RGB value is (238,204,206). Sum of RGB (Red+Green+Blue) = 238+204+206=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCCE is #113331. Grayscale: #D6D6D6. Windows color (decimal): -1127218 or 13552878. OLE color: 13552878.

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

Color convert

RGB238204206-
CMYK00.140.130.07
HSL356.47º50%86.67%-
HSV(B)356.47º14.29%93.33%-
XYZ67.9965.8267.51-
YUV214.39123.26144.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.73%
GREEN value IS 204 (80.08% from 255) = 31.48%
BLUE value IS 206 (80.86% from 255) = 31.79%
R=36.73%
G=31.48%
B=31.79%

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
Decimal23820420600.140.130.07356.475086.67
HexEECCCE0ED71643257
Octal35631431601615754462127
Binary1110111011001100110011100111011011111011001001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCCE; }

 p { color: rgb(238,204,206); }

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

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

 a { background-color: rgb(238,204,206); }

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

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

 span { border-color: rgb(238,204,206); }

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