#EDDBE0

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

Shades of Pale Rose #EDDBE0

Tints of Pale Rose #EDDBE0

Color information

#EDDBE0 (or 0xEDDBE0) is unknown color: approx Pale Rose. HEX triplet: ED, DB and E0. RGB value is (237,219,224). Sum of RGB (Red+Green+Blue) = 237+219+224=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBE0 is #12241F. Grayscale: #E0E0E0. Windows color (decimal): -1188896 or 14736365. OLE color: 14736365.

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

Color convert

RGB237219224-
CMYK00.080.050.07
HSL343.33º33.33%89.41%-
HSV(B)343.33º7.59%92.94%-
XYZ73.7174.0580.93-
YUV224.95127.46136.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.85%
GREEN value IS 219 (85.94% from 255) = 32.21%
BLUE value IS 224 (87.89% from 255) = 32.94%
R=34.85%
G=32.21%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721922400.080.050.07343.3333.3389.41
HexEDDBE008571572159
Octal3553333400105752741131
Binary111011011101101111100000010001011111010101111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBE0; }

 p { color: rgb(237,219,224); }

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

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

 a { background-color: rgb(237,219,224); }

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

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

 span { border-color: rgb(237,219,224); }

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