#EDEEE8

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

Shades of Twilight Blue #EDEEE8

Tints of Twilight Blue #EDEEE8

Color information

#EDEEE8 (or 0xEDEEE8) is unknown color: approx Twilight Blue. HEX triplet: ED, EE and E8. RGB value is (237,238,232). Sum of RGB (Red+Green+Blue) = 237+238+232=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 232 (91.02% from 255 or 32.81% from 707); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEE8 is #121117. Grayscale: #EDEDED. Windows color (decimal): -1184024 or 15265517. OLE color: 15265517.

HSL color Cylindrical-coordinate representation of color #EDEEE8: hue angle of 70º degrees, saturation: 0.15, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDEEE8 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB237238232-
CMYK0.0000.030.07
HSL70º15%92.16%-
HSV(B)70º2.52%93.33%-
XYZ80.0784.9888.53-
YUV237.02125.17127.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 238 (93.36% from 255) = 33.66%
BLUE value IS 232 (91.02% from 255) = 32.81%
R=33.52%
G=33.66%
B=32.81%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372382320.0000.030.07701592.16
HexEDEEE8003746f5c
Octal355356350003710617134
Binary1110110111101110111010000011111100011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEE8; }

 p { color: rgb(237,238,232); }

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

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

 a { background-color: rgb(237,238,232); }

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

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

 span { border-color: rgb(237,238,232); }

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