#EDDDDE

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

Shades of Pale Rose #EDDDDE

Tints of Pale Rose #EDDDDE

Color information

#EDDDDE (or 0xEDDDDE) is unknown color: approx Pale Rose. HEX triplet: ED, DD and DE. RGB value is (237,221,222). Sum of RGB (Red+Green+Blue) = 237+221+222=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDDE is #122221. Grayscale: #E1E1E1. Windows color (decimal): -1188386 or 14605805. OLE color: 14605805.

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

Color convert

RGB237221222-
CMYK00.070.060.07
HSL356.25º30.77%89.8%-
HSV(B)356.25º6.75%92.94%-
XYZ73.9774.9979.68-
YUV225.9125.8135.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.85%
GREEN value IS 221 (86.72% from 255) = 32.5%
BLUE value IS 222 (87.11% from 255) = 32.65%
R=34.85%
G=32.5%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722122200.070.060.07356.2530.7789.8
HexEDDDDE07671641f5a
Octal355335336076754437132
Binary1110110111011101110111100111110111101100100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDDE; }

 p { color: rgb(237,221,222); }

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

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

 a { background-color: rgb(237,221,222); }

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

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

 span { border-color: rgb(237,221,222); }

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