#EDEFF2

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

Shades of Solitude #EDEFF2

Tints of Solitude #EDEFF2

Color information

#EDEFF2 (or 0xEDEFF2) is unknown color: approx Solitude. HEX triplet: ED, EF and F2. RGB value is (237,239,242). Sum of RGB (Red+Green+Blue) = 237+239+242=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 239 (93.75% from 255 or 33.29% from 718); Blue value is 242 (94.92% from 255 or 33.70% from 718); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDEFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFF2 is #12100D. Grayscale: #EEEEEE. Windows color (decimal): -1183758 or 15921133. OLE color: 15921133.

HSL color Cylindrical-coordinate representation of color #EDEFF2: hue angle of 216º degrees, saturation: 0.16, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDEFF2 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237239242-
CMYK0.020.0100.05
HSL216º16.13%93.92%-
HSV(B)216º2.07%94.9%-
XYZ81.8286.1596.32-
YUV238.74129.84126.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.01%
GREEN value IS 239 (93.75% from 255) = 33.29%
BLUE value IS 242 (94.92% from 255) = 33.70%
R=33.01%
G=33.29%
B=33.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372392420.020.0100.0521616.1393.92
HexEDEFF22105d8105e
Octal355357362210533020136
Binary111011011110111111110010101010111011000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFF2; }

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

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

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

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

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

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

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

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