#EED4E3

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

Shades of Classic Rose #EED4E3

Tints of Classic Rose #EED4E3

Color information

#EED4E3 (or 0xEED4E3) is unknown color: approx Classic Rose. HEX triplet: EE, D4 and E3. RGB value is (238,212,227). Sum of RGB (Red+Green+Blue) = 238+212+227=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4E3 is #112B1C. Grayscale: #DDDDDD. Windows color (decimal): -1125149 or 14931182. OLE color: 14931182.

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

Color convert

RGB238212227-
CMYK00.110.050.07
HSL325.38º43.33%88.24%-
HSV(B)325.38º10.92%93.33%-
XYZ72.6770.8182.51-
YUV221.48131.11139.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.16%
GREEN value IS 212 (83.20% from 255) = 31.31%
BLUE value IS 227 (89.06% from 255) = 33.53%
R=35.16%
G=31.31%
B=33.53%

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
Decimal23821222700.110.050.07325.3843.3388.24
HexEED4E30B571452b58
Octal3563243430135750553130
Binary111011101101010011100011010111011111010001011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4E3; }

 p { color: rgb(238,212,227); }

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

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

 a { background-color: rgb(238,212,227); }

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

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

 span { border-color: rgb(238,212,227); }

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