#EFDEEF

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

Shades of Selago #EFDEEF

Tints of Selago #EFDEEF

Color information

#EFDEEF (or 0xEFDEEF) is unknown color: approx Selago. HEX triplet: EF, DE and EF. RGB value is (239,222,239). Sum of RGB (Red+Green+Blue) = 239+222+239=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFDEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEEF is #102110. Grayscale: #E4E4E4. Windows color (decimal): -1057041 or 15720175. OLE color: 15720175.

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

Color convert

RGB239222239-
CMYK00.0700.06
HSL300º34.69%90.39%-
HSV(B)300º7.11%93.73%-
XYZ77.376.8392.42-
YUV229.02133.63135.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.14%
GREEN value IS 222 (87.11% from 255) = 31.71%
BLUE value IS 239 (93.75% from 255) = 34.14%
R=34.14%
G=31.71%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922223900.0700.0630034.6990.39
HexEFDEEF070612c235a
Octal357336357070645443132
Binary111011111101111011101111011101101001011001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEEF; }

 p { color: rgb(239,222,239); }

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

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

 a { background-color: rgb(239,222,239); }

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

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

 span { border-color: rgb(239,222,239); }

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