#EDEFE5

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

Shades of Twilight Blue #EDEFE5

Tints of Twilight Blue #EDEFE5

Color information

#EDEFE5 (or 0xEDEFE5) is unknown color: approx Twilight Blue. HEX triplet: ED, EF and E5. RGB value is (237,239,229). Sum of RGB (Red+Green+Blue) = 237+239+229=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 229 (89.84% from 255 or 32.48% from 705); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFE5 is #12101A. Grayscale: #EDEDED. Windows color (decimal): -1183771 or 15069165. OLE color: 15069165.

HSL color Cylindrical-coordinate representation of color #EDEFE5: hue angle of 72º degrees, saturation: 0.24, 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 #EDEFE5 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB237239229-
CMYK0.0100.040.06
HSL72º23.81%91.76%-
HSV(B)72º4.18%93.73%-
XYZ79.9385.3986.4-
YUV237.26123.34127.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.62%
GREEN value IS 239 (93.75% from 255) = 33.90%
BLUE value IS 229 (89.84% from 255) = 32.48%
R=33.62%
G=33.90%
B=32.48%

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
Decimal2372392290.0100.040.067223.8191.76
HexEDEFE5104648185c
Octal355357345104611030134
Binary111011011110111111100101101001101001000110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFE5; }

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

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

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

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

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

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

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

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