#EDEFF6

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

Shades of Solitude #EDEFF6

Tints of Solitude #EDEFF6

Color information

#EDEFF6 (or 0xEDEFF6) is unknown color: approx Solitude. HEX triplet: ED, EF and F6. RGB value is (237,239,246). Sum of RGB (Red+Green+Blue) = 237+239+246=722 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.83% from 722); Green value is 239 (93.75% from 255 or 33.10% from 722); Blue value is 246 (96.48% from 255 or 34.07% from 722); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDEFF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFF6 is #121009. Grayscale: #EFEFEF. Windows color (decimal): -1183754 or 16183277. OLE color: 16183277.

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

Color convert

RGB237239246-
CMYK0.040.0300.04
HSL226.67º33.33%94.71%-
HSV(B)226.67º3.66%96.47%-
XYZ82.4386.3999.52-
YUV239.2131.84126.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.83%
GREEN value IS 239 (93.75% from 255) = 33.10%
BLUE value IS 246 (96.48% from 255) = 34.07%
R=32.83%
G=33.10%
B=34.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372392460.040.0300.04226.6733.3394.71
HexEDEFF64304e3215f
Octal355357366430434341137
Binary111011011110111111110110100110100111000111000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFF6; }

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

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

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

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

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

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

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

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