#EEDBDD

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

Shades of Pale Rose #EEDBDD

Tints of Pale Rose #EEDBDD

Color information

#EEDBDD (or 0xEEDBDD) is unknown color: approx Pale Rose. HEX triplet: EE, DB and DD. RGB value is (238,219,221). Sum of RGB (Red+Green+Blue) = 238+219+221=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBDD is #112422. Grayscale: #E0E0E0. Windows color (decimal): -1123363 or 14539758. OLE color: 14539758.

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

Color convert

RGB238219221-
CMYK00.080.070.07
HSL353.68º35.85%89.61%-
HSV(B)353.68º7.98%93.33%-
XYZ73.6474.0678.82-
YUV224.91125.79137.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.10%
GREEN value IS 219 (85.94% from 255) = 32.30%
BLUE value IS 221 (86.72% from 255) = 32.60%
R=35.10%
G=32.30%
B=32.60%

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
Decimal23821922100.080.070.07353.6835.8589.61
HexEEDBDD0877162245a
Octal3563333350107754244132
Binary111011101101101111011101010001111111011000101001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBDD; }

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

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

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

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

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

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

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

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