#EEEAEE

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

Shades of Selago #EEEAEE

Tints of Selago #EEEAEE

Color information

#EEEAEE (or 0xEEEAEE) is unknown color: approx Selago. HEX triplet: EE, EA and EE. RGB value is (238,234,238). Sum of RGB (Red+Green+Blue) = 238+234+238=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEEAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAEE is #111511. Grayscale: #EBEBEB. Windows color (decimal): -1119506 or 15657710. OLE color: 15657710.

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

Color convert

RGB238234238-
CMYK00.0200.07
HSL300º10.53%92.55%-
HSV(B)300º1.68%93.33%-
XYZ80.1283.292.72-
YUV235.65129.33129.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.52%
GREEN value IS 234 (91.80% from 255) = 32.96%
BLUE value IS 238 (93.36% from 255) = 33.52%
R=33.52%
G=32.96%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823423800.0200.0730010.5392.55
HexEEEAEE020712cb5d
Octal356352356020745413135
Binary111011101110101011101110010011110010110010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAEE; }

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

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

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

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

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

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

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

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