#EDDDE1

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

Shades of Pale Rose #EDDDE1

Tints of Pale Rose #EDDDE1

Color information

#EDDDE1 (or 0xEDDDE1) is unknown color: approx Pale Rose. HEX triplet: ED, DD and E1. RGB value is (237,221,225). Sum of RGB (Red+Green+Blue) = 237+221+225=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDE1 is #12221E. Grayscale: #E2E2E2. Windows color (decimal): -1188383 or 14802413. OLE color: 14802413.

HSL color Cylindrical-coordinate representation of color #EDDDE1: hue angle of 345º 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 #EDDDE1 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB237221225-
CMYK00.070.050.07
HSL345º30.77%89.8%-
HSV(B)345º6.75%92.94%-
XYZ74.3775.1581.82-
YUV226.24127.3135.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.70%
GREEN value IS 221 (86.72% from 255) = 32.36%
BLUE value IS 225 (88.28% from 255) = 32.94%
R=34.70%
G=32.36%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722122500.070.050.0734530.7789.8
HexEDDDE107571591f5a
Octal355335341075753137132
Binary1110110111011101111000010111101111101011001111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDE1; }

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

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

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

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

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

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

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

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