#EED8DC

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

Shades of Pale Rose #EED8DC

Tints of Pale Rose #EED8DC

Color information

#EED8DC (or 0xEED8DC) is unknown color: approx Pale Rose. HEX triplet: EE, D8 and DC. RGB value is (238,216,220). Sum of RGB (Red+Green+Blue) = 238+216+220=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8DC is #112723. Grayscale: #DFDFDF. Windows color (decimal): -1124132 or 14473454. OLE color: 14473454.

HSL color Cylindrical-coordinate representation of color #EED8DC: hue angle of 349.09º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EED8DC is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB238216220-
CMYK00.090.080.07
HSL349.09º39.29%89.02%-
HSV(B)349.09º9.24%93.33%-
XYZ72.7372.4677.86-
YUV223.03126.29138.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.31%
GREEN value IS 216 (84.77% from 255) = 32.05%
BLUE value IS 220 (86.33% from 255) = 32.64%
R=35.31%
G=32.05%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821622000.090.080.07349.0939.2989.02
HexEED8DC098715d2759
Octal35633033401110753547131
Binary1110111011011000110111000100110001111010111011001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED8DC; }

 p { color: rgb(238,216,220); }

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

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

 a { background-color: rgb(238,216,220); }

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

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

 span { border-color: rgb(238,216,220); }

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