#EEDCDE

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

Shades of Pale Rose #EEDCDE

Tints of Pale Rose #EEDCDE

Color information

#EEDCDE (or 0xEEDCDE) is unknown color: approx Pale Rose. HEX triplet: EE, DC and DE. RGB value is (238,220,222). Sum of RGB (Red+Green+Blue) = 238+220+222=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCDE is #112321. Grayscale: #E1E1E1. Windows color (decimal): -1123106 or 14605550. OLE color: 14605550.

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

Color convert

RGB238220222-
CMYK00.080.070.07
HSL353.33º34.62%89.8%-
HSV(B)353.33º7.56%93.33%-
XYZ74.0474.6479.61-
YUV225.61125.96136.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 222 (87.11% from 255) = 32.65%
R=35%
G=32.35%
B=32.65%

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
Decimal23822022200.080.070.07353.3334.6289.8
HexEEDCDE0877161235a
Octal3563343360107754143132
Binary111011101101110011011110010001111111011000011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCDE; }

 p { color: rgb(238,220,222); }

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

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

 a { background-color: rgb(238,220,222); }

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

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

 span { border-color: rgb(238,220,222); }

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