#EECED0

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

Shades of Pale Rose #EECED0

Tints of Pale Rose #EECED0

Color information

#EECED0 (or 0xEECED0) is unknown color: approx Pale Rose. HEX triplet: EE, CE and D0. RGB value is (238,206,208). Sum of RGB (Red+Green+Blue) = 238+206+208=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EECED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECED0 is #11312F. Grayscale: #D7D7D7. Windows color (decimal): -1126704 or 13684462. OLE color: 13684462.

HSL color Cylindrical-coordinate representation of color #EECED0: hue angle of 356.25º degrees, saturation: 0.48, 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 #EECED0 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238206208-
CMYK00.130.130.07
HSL356.25º48.48%87.06%-
HSV(B)356.25º13.45%93.33%-
XYZ68.7266.8768.96-
YUV215.8123.6143.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 208 (81.64% from 255) = 31.90%
R=36.50%
G=31.60%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820620800.130.130.07356.2548.4887.06
HexEECED00DD71643057
Octal35631632001515754460127
Binary1110111011001110110100000110111011111011001001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECED0; }

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

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

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

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

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

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

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

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