Shades of Twilight Blue #EDEEE8
Tints of Twilight Blue #EDEEE8
RGB
CMYK
RGB Variations
Color information
#EDEEE8 (or 0xEDEEE8) is known color: 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
RGB | 237 | 238 | 232 | - |
CMYK | 0.00 | 0 | 0.03 | 0.07 |
HSL | 70º | 0.15% | 0.92% | - |
HSV(B) | 70º | 0.03% | 0.93% | - |
XYZ | 80.07 | 84.98 | 88.53 | - |
YUV | 237.02 | 125.17 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 238 | 232 | 0.00 | 0 | 0.03 | 0.07 | 70 | 0.15 | 0.92 |
Hex | ED | EE | E8 | 0 | 0 | 3 | 7 | 46 | F | 5C |
Octal | 355 | 356 | 350 | 0 | 0 | 3 | 7 | 106 | 17 | 134 |
Binary | 11101101 | 11101110 | 11101000 | 0 | 0 | 11 | 111 | 1000110 | 1111 | 1011100 |
Color Harmonies of #EDEEE8
Complementary color
Monochromatic Colors of #EDEEE8
Black with #EDEEE8
Text Example
Text Example
White with #EDEEE8
Text Example
Text Example
HTML Codes & Css Web 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>