Shades of Starship #DEE346
Tints of Starship #DEE346
RGB
CMYK
RGB Variations
Color information
#DEE346 (or 0xDEE346) is known color: Starship. HEX triplet: DE, E3 and 46. RGB value is (222,227,70). Sum of RGB (Red+Green+Blue) = 222+227+70=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 70 (27.73% from 255 or 13.49% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE346 is #211CB9. Grayscale: #D0D0D0. Windows color (decimal): -2170042 or 4645854. OLE color: 4645854.
HSL color Cylindrical-coordinate representation of color #DEE346: hue angle of 61.91º degrees, saturation: 0.74, 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 #DEE346 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 70 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.11 |
| HSL | 61.91º | 0.74% | 0.58% | - |
| HSV(B) | 61.91º | 0.69% | 0.89% | - |
| XYZ | 58.7 | 70.91 | 16.39 | - |
| YUV | 207.61 | 50.34 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 70 | 0.02 | 0 | 0.69 | 0.11 | 61.91 | 0.74 | 0.58 |
| Hex | DE | E3 | 46 | 2 | 0 | 45 | B | 3E | 4A | 3A |
| Octal | 336 | 343 | 106 | 2 | 0 | 105 | 13 | 76 | 112 | 72 |
| Binary | 11011110 | 11100011 | 1000110 | 10 | 0 | 1000101 | 1011 | 111110 | 1001010 | 111010 |
Color Harmonies of #DEE346
Complementary color
Monochromatic Colors of #DEE346
Black with #DEE346
Text Example
Text Example
White with #DEE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE346; }
p { color: rgb(222,227,70); }
H1.HeaderClassName
{
color: #DEE346;
}
.AnyTagClassName
{
color: #DEE346;
}
</style>
background-color css
<style>
a { background-color: #DEE346; }
a { background-color: rgb(222,227,70); }
div.DivClassName
{
background-color: #DEE346;
}
.BgClassName
{
background-color: #DEE346;
}
</style>
border-color css
<style>
span { border-color: #DEE346; }
span { border-color: rgb(222,227,70); }
td.TdClassName
{
border-color: #DEE346;
}
.TagClassName
{
border-color: #DEE346;
}
</style>