#EDEFF4

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

Shades of Solitude #EDEFF4

Tints of Solitude #EDEFF4

Color information

#EDEFF4 (or 0xEDEFF4) is unknown color: approx Solitude. HEX triplet: ED, EF and F4. RGB value is (237,239,244). Sum of RGB (Red+Green+Blue) = 237+239+244=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 239 (93.75% from 255 or 33.19% from 720); Blue value is 244 (95.70% from 255 or 33.89% from 720); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDEFF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFF4 is #12100B. Grayscale: #EEEEEE. Windows color (decimal): -1183756 or 16052205. OLE color: 16052205.

HSL color Cylindrical-coordinate representation of color #EDEFF4: hue angle of 222.86º degrees, saturation: 0.24, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDEFF4 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237239244-
CMYK0.030.0200.04
HSL222.86º24.14%94.31%-
HSV(B)222.86º2.87%95.69%-
XYZ82.1286.2797.91-
YUV238.97130.84126.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.92%
GREEN value IS 239 (93.75% from 255) = 33.19%
BLUE value IS 244 (95.70% from 255) = 33.89%
R=32.92%
G=33.19%
B=33.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372392440.030.0200.04222.8624.1494.31
HexEDEFF43204df185e
Octal355357364320433730136
Binary1110110111101111111101001110010011011111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFF4; }

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

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

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

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

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

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

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

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