#EEEDEA

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

Shades of Romance #EEEDEA

Tints of Romance #EEEDEA

Color information

#EEEDEA (or 0xEEEDEA) is unknown color: approx Romance. HEX triplet: EE, ED and EA. RGB value is (238,237,234). Sum of RGB (Red+Green+Blue) = 238+237+234=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 234 (91.80% from 255 or 33.00% from 709); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDEA is #111215. Grayscale: #ECECEC. Windows color (decimal): -1118742 or 15396334. OLE color: 15396334.

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

Color convert

RGB238237234-
CMYK00.000.020.07
HSL45º10.53%92.55%-
HSV(B)45º1.68%93.33%-
XYZ80.484.6989.95-
YUV236.96126.33128.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.57%
GREEN value IS 237 (92.97% from 255) = 33.43%
BLUE value IS 234 (91.80% from 255) = 33.00%
R=33.57%
G=33.43%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823723400.000.020.074510.5392.55
HexEEEDEA00272db5d
Octal35635535200275513135
Binary111011101110110111101010001011110110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDEA; }

 p { color: rgb(238,237,234); }

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

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

 a { background-color: rgb(238,237,234); }

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

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

 span { border-color: rgb(238,237,234); }

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