#EEEDEB

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

Shades of Romance #EEEDEB

Tints of Romance #EEEDEB

Color information

#EEEDEB (or 0xEEEDEB) is unknown color: approx Romance. HEX triplet: EE, ED and EB. RGB value is (238,237,235). Sum of RGB (Red+Green+Blue) = 238+237+235=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 235 (92.19% from 255 or 33.10% from 710); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDEB is #111214. Grayscale: #EDEDED. Windows color (decimal): -1118741 or 15461870. OLE color: 15461870.

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

Color convert

RGB238237235-
CMYK00.000.010.07
HSL40º8.11%92.75%-
HSV(B)40º1.26%93.33%-
XYZ80.5484.7490.71-
YUV237.07126.83128.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.52%
GREEN value IS 237 (92.97% from 255) = 33.38%
BLUE value IS 235 (92.19% from 255) = 33.10%
R=33.52%
G=33.38%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823723500.000.010.07408.1192.75
HexEEEDEB00172885d
Octal35635535300175010135
Binary11101110111011011110101100111110100010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDEB; }

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

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

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

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

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

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

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

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