#EED2D5

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

Shades of Pale Rose #EED2D5

Tints of Pale Rose #EED2D5

Color information

#EED2D5 (or 0xEED2D5) is unknown color: approx Pale Rose. HEX triplet: EE, D2 and D5. RGB value is (238,210,213). Sum of RGB (Red+Green+Blue) = 238+210+213=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2D5 is #112D2A. Grayscale: #DADADA. Windows color (decimal): -1125675 or 14013166. OLE color: 14013166.

HSL color Cylindrical-coordinate representation of color #EED2D5: hue angle of 353.57º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED2D5 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238210213-
CMYK00.120.110.07
HSL353.57º45.16%87.84%-
HSV(B)353.57º11.76%93.33%-
XYZ70.3269.0772.58-
YUV218.71124.78141.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.01%
GREEN value IS 210 (82.42% from 255) = 31.77%
BLUE value IS 213 (83.59% from 255) = 32.22%
R=36.01%
G=31.77%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821021300.120.110.07353.5745.1687.84
HexEED2D50CB71622d58
Octal35632232501413754255130
Binary1110111011010010110101010110010111111011000101011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2D5; }

 p { color: rgb(238,210,213); }

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

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

 a { background-color: rgb(238,210,213); }

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

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

 span { border-color: rgb(238,210,213); }

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