Shades of Twilight Blue #EDEEE9
Tints of Twilight Blue #EDEEE9
RGB
CMYK
RGB Variations
Color information
#EDEEE9 (or 0xEDEEE9) is known color: Twilight Blue. HEX triplet: ED, EE and E9. RGB value is (237,238,233). Sum of RGB (Red+Green+Blue) = 237+238+233=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 233 (91.41% from 255 or 32.91% from 708); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEE9 is #121116. Grayscale: #EDEDED. Windows color (decimal): -1184023 or 15331053. OLE color: 15331053.
HSL color Cylindrical-coordinate representation of color #EDEEE9: hue angle of 72º degrees, saturation: 0.13, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDEEE9 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 238 | 233 | - |
CMYK | 0.00 | 0 | 0.02 | 0.07 |
HSL | 72º | 0.13% | 0.92% | - |
HSV(B) | 72º | 0.02% | 0.93% | - |
XYZ | 80.21 | 85.04 | 89.28 | - |
YUV | 237.13 | 125.67 | 127.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 238 | 233 | 0.00 | 0 | 0.02 | 0.07 | 72 | 0.13 | 0.92 |
Hex | ED | EE | E9 | 0 | 0 | 2 | 7 | 48 | D | 5C |
Octal | 355 | 356 | 351 | 0 | 0 | 2 | 7 | 110 | 15 | 134 |
Binary | 11101101 | 11101110 | 11101001 | 0 | 0 | 10 | 111 | 1001000 | 1101 | 1011100 |
Color Harmonies of #EDEEE9
Complementary color
Monochromatic Colors of #EDEEE9
Black with #EDEEE9
Text Example
Text Example
White with #EDEEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEE9; }
p { color: rgb(237,238,233); }
H1.HeaderClassName
{
color: #EDEEE9;
}
.AnyTagClassName
{
color: #EDEEE9;
}
</style>
background-color css
<style>
a { background-color: #EDEEE9; }
a { background-color: rgb(237,238,233); }
div.DivClassName
{
background-color: #EDEEE9;
}
.BgClassName
{
background-color: #EDEEE9;
}
</style>
border-color css
<style>
span { border-color: #EDEEE9; }
span { border-color: rgb(237,238,233); }
td.TdClassName
{
border-color: #EDEEE9;
}
.TagClassName
{
border-color: #EDEEE9;
}
</style>