#EDEFE6

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

Shades of Twilight Blue #EDEFE6

Tints of Twilight Blue #EDEFE6

Color information

#EDEFE6 (or 0xEDEFE6) is unknown color: approx Twilight Blue. HEX triplet: ED, EF and E6. RGB value is (237,239,230). Sum of RGB (Red+Green+Blue) = 237+239+230=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 230 (90.23% from 255 or 32.58% from 706); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFE6 is #121019. Grayscale: #EDEDED. Windows color (decimal): -1183770 or 15134701. OLE color: 15134701.

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

Color convert

RGB237239230-
CMYK0.0100.040.06
HSL73.33º21.95%91.96%-
HSV(B)73.33º3.77%93.73%-
XYZ80.0785.4587.14-
YUV237.38123.84127.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.57%
GREEN value IS 239 (93.75% from 255) = 33.85%
BLUE value IS 230 (90.23% from 255) = 32.58%
R=33.57%
G=33.85%
B=32.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372392300.0100.040.0673.3321.9591.96
HexEDEFE6104649165c
Octal355357346104611126134
Binary111011011110111111100110101001101001001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFE6; }

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

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

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

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

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

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

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

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