Shades of Starship #DEE444
Tints of Starship #DEE444
RGB
CMYK
RGB Variations
Color information
#DEE444 (or 0xDEE444) is known color: Starship. HEX triplet: DE, E4 and 44. RGB value is (222,228,68). Sum of RGB (Red+Green+Blue) = 222+228+68=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 68 (26.95% from 255 or 13.13% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE444 is #211BBB. Grayscale: #D0D0D0. Windows color (decimal): -2169788 or 4515038. OLE color: 4515038.
HSL color Cylindrical-coordinate representation of color #DEE444: hue angle of 62.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEE444 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 68 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.11 |
| HSL | 62.25º | 0.75% | 0.58% | - |
| HSV(B) | 62.25º | 0.7% | 0.89% | - |
| XYZ | 58.91 | 71.43 | 16.15 | - |
| YUV | 207.97 | 49.01 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 68 | 0.03 | 0 | 0.70 | 0.11 | 62.25 | 0.75 | 0.58 |
| Hex | DE | E4 | 44 | 3 | 0 | 46 | B | 3E | 4B | 3A |
| Octal | 336 | 344 | 104 | 3 | 0 | 106 | 13 | 76 | 113 | 72 |
| Binary | 11011110 | 11100100 | 1000100 | 11 | 0 | 1000110 | 1011 | 111110 | 1001011 | 111010 |
Color Harmonies of #DEE444
Complementary color
Monochromatic Colors of #DEE444
Black with #DEE444
Text Example
Text Example
White with #DEE444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE444; }
p { color: rgb(222,228,68); }
H1.HeaderClassName
{
color: #DEE444;
}
.AnyTagClassName
{
color: #DEE444;
}
</style>
background-color css
<style>
a { background-color: #DEE444; }
a { background-color: rgb(222,228,68); }
div.DivClassName
{
background-color: #DEE444;
}
.BgClassName
{
background-color: #DEE444;
}
</style>
border-color css
<style>
span { border-color: #DEE444; }
span { border-color: rgb(222,228,68); }
td.TdClassName
{
border-color: #DEE444;
}
.TagClassName
{
border-color: #DEE444;
}
</style>