#EED3E2

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

Shades of Classic Rose #EED3E2

Tints of Classic Rose #EED3E2

Color information

#EED3E2 (or 0xEED3E2) is unknown color: approx Classic Rose. HEX triplet: EE, D3 and E2. RGB value is (238,211,226). Sum of RGB (Red+Green+Blue) = 238+211+226=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3E2 is #112C1D. Grayscale: #DCDCDC. Windows color (decimal): -1125406 or 14865390. OLE color: 14865390.

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

Color convert

RGB238211226-
CMYK00.110.050.07
HSL326.67º44.26%88.04%-
HSV(B)326.67º11.34%93.33%-
XYZ72.2870.2681.7-
YUV220.78130.95140.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.26%
GREEN value IS 211 (82.81% from 255) = 31.26%
BLUE value IS 226 (88.67% from 255) = 33.48%
R=35.26%
G=31.26%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821122600.110.050.07326.6744.2688.04
HexEED3E20B571472c58
Octal3563233420135750754130
Binary111011101101001111100010010111011111010001111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED3E2; }

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

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

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

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

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

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

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

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