#EEEBEE

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

Shades of Selago #EEEBEE

Tints of Selago #EEEBEE

Color information

#EEEBEE (or 0xEEEBEE) is unknown color: approx Selago. HEX triplet: EE, EB and EE. RGB value is (238,235,238). Sum of RGB (Red+Green+Blue) = 238+235+238=711 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.47% from 711); Green value is 235 (92.19% from 255 or 33.05% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEEBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEBEE is #111411. Grayscale: #ECECEC. Windows color (decimal): -1119250 or 15657966. OLE color: 15657966.

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

Color convert

RGB238235238-
CMYK00.0100.07
HSL300º8.11%92.75%-
HSV(B)300º1.26%93.33%-
XYZ80.483.7792.82-
YUV236.24128.99129.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.47%
GREEN value IS 235 (92.19% from 255) = 33.05%
BLUE value IS 238 (93.36% from 255) = 33.47%
R=33.47%
G=33.05%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823523800.0100.073008.1192.75
HexEEEBEE010712c85d
Octal356353356010745410135
Binary11101110111010111110111001011110010110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBEE; }

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

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

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

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

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

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

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

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