#EDEEEF

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

Shades of Solitude #EDEEEF

Tints of Solitude #EDEEEF

Color information

#EDEEEF (or 0xEDEEEF) is unknown color: approx Solitude. HEX triplet: ED, EE and EF. RGB value is (237,238,239). Sum of RGB (Red+Green+Blue) = 237+238+239=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDEEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEEF is #121110. Grayscale: #EDEDED. Windows color (decimal): -1184017 or 15724269. OLE color: 15724269.

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

Color convert

RGB237238239-
CMYK0.010.0000.06
HSL210º5.88%93.33%-
HSV(B)210º0.84%93.73%-
XYZ81.0885.3993.87-
YUV237.82128.67127.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.19%
GREEN value IS 238 (93.36% from 255) = 33.33%
BLUE value IS 239 (93.75% from 255) = 33.47%
R=33.19%
G=33.33%
B=33.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372382390.010.0000.062105.8893.33
HexEDEEEF1006d265d
Octal35535635710063226135
Binary111011011110111011101111100110110100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEEF; }

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

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

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

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

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

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

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

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