Shades of Starship #DEE446
Tints of Starship #DEE446
RGB
CMYK
RGB Variations
Color information
#DEE446 (or 0xDEE446) is known color: Starship. HEX triplet: DE, E4 and 46. RGB value is (222,228,70). Sum of RGB (Red+Green+Blue) = 222+228+70=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 70 (27.73% from 255 or 13.46% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE446 is #211BB9. Grayscale: #D0D0D0. Windows color (decimal): -2169786 or 4646110. OLE color: 4646110.
HSL color Cylindrical-coordinate representation of color #DEE446: hue angle of 62.28º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEE446 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 70 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.11 |
| HSL | 62.28º | 0.75% | 0.58% | - |
| HSV(B) | 62.28º | 0.69% | 0.89% | - |
| XYZ | 58.97 | 71.46 | 16.48 | - |
| YUV | 208.19 | 50.01 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 70 | 0.03 | 0 | 0.69 | 0.11 | 62.28 | 0.75 | 0.58 |
| Hex | DE | E4 | 46 | 3 | 0 | 45 | B | 3E | 4B | 3A |
| Octal | 336 | 344 | 106 | 3 | 0 | 105 | 13 | 76 | 113 | 72 |
| Binary | 11011110 | 11100100 | 1000110 | 11 | 0 | 1000101 | 1011 | 111110 | 1001011 | 111010 |
Color Harmonies of #DEE446
Complementary color
Monochromatic Colors of #DEE446
Black with #DEE446
Text Example
Text Example
White with #DEE446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE446; }
p { color: rgb(222,228,70); }
H1.HeaderClassName
{
color: #DEE446;
}
.AnyTagClassName
{
color: #DEE446;
}
</style>
background-color css
<style>
a { background-color: #DEE446; }
a { background-color: rgb(222,228,70); }
div.DivClassName
{
background-color: #DEE446;
}
.BgClassName
{
background-color: #DEE446;
}
</style>
border-color css
<style>
span { border-color: #DEE446; }
span { border-color: rgb(222,228,70); }
td.TdClassName
{
border-color: #DEE446;
}
.TagClassName
{
border-color: #DEE446;
}
</style>