#EED3DA

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

Shades of Pale Rose #EED3DA

Tints of Pale Rose #EED3DA

Color information

#EED3DA (or 0xEED3DA) is unknown color: approx Pale Rose. HEX triplet: EE, D3 and DA. RGB value is (238,211,218). Sum of RGB (Red+Green+Blue) = 238+211+218=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3DA is #112C25. Grayscale: #DBDBDB. Windows color (decimal): -1125414 or 14341102. OLE color: 14341102.

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

Color convert

RGB238211218-
CMYK00.110.080.07
HSL344.44º44.26%88.04%-
HSV(B)344.44º11.34%93.33%-
XYZ71.2169.8376.05-
YUV219.87126.95140.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 211 (82.81% from 255) = 31.63%
BLUE value IS 218 (85.55% from 255) = 32.68%
R=35.68%
G=31.63%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821121800.110.080.07344.4444.2688.04
HexEED3DA0B871582c58
Octal35632333201310753054130
Binary1110111011010011110110100101110001111010110001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED3DA; }

 p { color: rgb(238,211,218); }

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

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

 a { background-color: rgb(238,211,218); }

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

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

 span { border-color: rgb(238,211,218); }

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