#EEDADD

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

Shades of Pale Rose #EEDADD

Tints of Pale Rose #EEDADD

Color information

#EEDADD (or 0xEEDADD) is unknown color: approx Pale Rose. HEX triplet: EE, DA and DD. RGB value is (238,218,221). Sum of RGB (Red+Green+Blue) = 238+218+221=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDADD is #112522. Grayscale: #E0E0E0. Windows color (decimal): -1123619 or 14539502. OLE color: 14539502.

HSL color Cylindrical-coordinate representation of color #EEDADD: hue angle of 351º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDADD is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238218221-
CMYK00.080.070.07
HSL351º37.04%89.41%-
HSV(B)351º8.4%93.33%-
XYZ73.3873.5478.73-
YUV224.32126.13137.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.16%
GREEN value IS 218 (85.55% from 255) = 32.20%
BLUE value IS 221 (86.72% from 255) = 32.64%
R=35.16%
G=32.20%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821822100.080.070.0735137.0489.41
HexEEDADD087715f2559
Octal3563323350107753745131
Binary111011101101101011011101010001111111010111111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDADD; }

 p { color: rgb(238,218,221); }

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

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

 a { background-color: rgb(238,218,221); }

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

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

 span { border-color: rgb(238,218,221); }

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