#EEDDDF

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

Shades of Pale Rose #EEDDDF

Tints of Pale Rose #EEDDDF

Color information

#EEDDDF (or 0xEEDDDF) is unknown color: approx Pale Rose. HEX triplet: EE, DD and DF. RGB value is (238,221,223). Sum of RGB (Red+Green+Blue) = 238+221+223=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDDF is #112220. Grayscale: #E2E2E2. Windows color (decimal): -1122849 or 14671342. OLE color: 14671342.

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

Color convert

RGB238221223-
CMYK00.070.060.07
HSL352.94º33.33%90%-
HSV(B)352.94º7.14%93.33%-
XYZ74.4475.2280.41-
YUV226.31126.13136.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 221 (86.72% from 255) = 32.40%
BLUE value IS 223 (87.5% from 255) = 32.70%
R=34.90%
G=32.40%
B=32.70%

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
Decimal23822122300.070.060.07352.9433.3390
HexEEDDDF0767161215a
Octal356335337076754141132
Binary11101110110111011101111101111101111011000011000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDDF; }

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

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

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

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

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

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

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

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