#EED3E5

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

Shades of Classic Rose #EED3E5

Tints of Classic Rose #EED3E5

Color information

#EED3E5 (or 0xEED3E5) is unknown color: approx Classic Rose. HEX triplet: EE, D3 and E5. RGB value is (238,211,229). Sum of RGB (Red+Green+Blue) = 238+211+229=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 211 (82.81% from 255 or 31.12% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3E5 is #112C1A. Grayscale: #DDDDDD. Windows color (decimal): -1125403 or 15061998. OLE color: 15061998.

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

Color convert

RGB238211229-
CMYK00.110.040.07
HSL320º44.26%88.04%-
HSV(B)320º11.34%93.33%-
XYZ72.770.4283.89-
YUV221.12132.45140.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.10%
GREEN value IS 211 (82.81% from 255) = 31.12%
BLUE value IS 229 (89.84% from 255) = 33.78%
R=35.10%
G=31.12%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821122900.110.040.0732044.2688.04
HexEED3E50B471402c58
Octal3563233450134750054130
Binary111011101101001111100101010111001111010000001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED3E5; }

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

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

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

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

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

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

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

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