#EEDBDF

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

Shades of Pale Rose #EEDBDF

Tints of Pale Rose #EEDBDF

Color information

#EEDBDF (or 0xEEDBDF) is unknown color: approx Pale Rose. HEX triplet: EE, DB and DF. RGB value is (238,219,223). Sum of RGB (Red+Green+Blue) = 238+219+223=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBDF is #112420. Grayscale: #E1E1E1. Windows color (decimal): -1123361 or 14670830. OLE color: 14670830.

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

Color convert

RGB238219223-
CMYK00.080.060.07
HSL347.37º35.85%89.61%-
HSV(B)347.37º7.98%93.33%-
XYZ73.9174.1780.23-
YUV225.14126.79137.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35%
GREEN value IS 219 (85.94% from 255) = 32.21%
BLUE value IS 223 (87.5% from 255) = 32.79%
R=35%
G=32.21%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821922300.080.060.07347.3735.8589.61
HexEEDBDF086715b245a
Octal3563333370106753344132
Binary111011101101101111011111010001101111010110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBDF; }

 p { color: rgb(238,219,223); }

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

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

 a { background-color: rgb(238,219,223); }

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

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

 span { border-color: rgb(238,219,223); }

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