Shades of Starship #DEE946
Tints of Starship #DEE946
RGB
CMYK
RGB Variations
Color information
#DEE946 (or 0xDEE946) is known color: Starship. HEX triplet: DE, E9 and 46. RGB value is (222,233,70). Sum of RGB (Red+Green+Blue) = 222+233+70=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 70 (27.73% from 255 or 13.33% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE946 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE946 is #2116B9. Grayscale: #D3D3D3. Windows color (decimal): -2168506 or 4647390. OLE color: 4647390.
HSL color Cylindrical-coordinate representation of color #DEE946: hue angle of 64.05º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEE946 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 70 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.09 |
| HSL | 64.05º | 0.79% | 0.59% | - |
| HSV(B) | 64.05º | 0.7% | 0.91% | - |
| XYZ | 60.37 | 74.25 | 16.94 | - |
| YUV | 211.13 | 48.36 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 70 | 0.05 | 0 | 0.70 | 0.09 | 64.05 | 0.79 | 0.59 |
| Hex | DE | E9 | 46 | 5 | 0 | 46 | 9 | 40 | 4F | 3B |
| Octal | 336 | 351 | 106 | 5 | 0 | 106 | 11 | 100 | 117 | 73 |
| Binary | 11011110 | 11101001 | 1000110 | 101 | 0 | 1000110 | 1001 | 1000000 | 1001111 | 111011 |
Color Harmonies of #DEE946
Complementary color
Monochromatic Colors of #DEE946
Black with #DEE946
Text Example
Text Example
White with #DEE946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE946; }
p { color: rgb(222,233,70); }
H1.HeaderClassName
{
color: #DEE946;
}
.AnyTagClassName
{
color: #DEE946;
}
</style>
background-color css
<style>
a { background-color: #DEE946; }
a { background-color: rgb(222,233,70); }
div.DivClassName
{
background-color: #DEE946;
}
.BgClassName
{
background-color: #DEE946;
}
</style>
border-color css
<style>
span { border-color: #DEE946; }
span { border-color: rgb(222,233,70); }
td.TdClassName
{
border-color: #DEE946;
}
.TagClassName
{
border-color: #DEE946;
}
</style>