#EEDFEE

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

Shades of Selago #EEDFEE

Tints of Selago #EEDFEE

Color information

#EEDFEE (or 0xEEDFEE) is unknown color: approx Selago. HEX triplet: EE, DF and EE. RGB value is (238,223,238). Sum of RGB (Red+Green+Blue) = 238+223+238=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEDFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFEE is #112011. Grayscale: #E5E5E5. Windows color (decimal): -1122322 or 15654894. OLE color: 15654894.

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

Color convert

RGB238223238-
CMYK00.0600.07
HSL300º30.61%90.39%-
HSV(B)300º6.3%93.33%-
XYZ77.0877.1391.71-
YUV229.2132.97134.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.05%
GREEN value IS 223 (87.5% from 255) = 31.90%
BLUE value IS 238 (93.36% from 255) = 34.05%
R=34.05%
G=31.90%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822323800.0600.0730030.6190.39
HexEEDFEE060712c1f5a
Octal356337356060745437132
Binary11101110110111111110111001100111100101100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFEE; }

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

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

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

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

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

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

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

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