Shades of Starship #DEE248
Tints of Starship #DEE248
RGB
CMYK
RGB Variations
Color information
#DEE248 (or 0xDEE248) is known color: Starship. HEX triplet: DE, E2 and 48. RGB value is (222,226,72). Sum of RGB (Red+Green+Blue) = 222+226+72=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE248 is #211DB7. Grayscale: #CFCFCF. Windows color (decimal): -2170296 or 4776670. OLE color: 4776670.
HSL color Cylindrical-coordinate representation of color #DEE248: hue angle of 61.56º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEE248 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 72 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.11 |
| HSL | 61.56º | 0.73% | 0.58% | - |
| HSV(B) | 61.56º | 0.68% | 0.89% | - |
| XYZ | 58.49 | 70.39 | 16.63 | - |
| YUV | 207.25 | 51.67 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 72 | 0.02 | 0 | 0.68 | 0.11 | 61.56 | 0.73 | 0.58 |
| Hex | DE | E2 | 48 | 2 | 0 | 44 | B | 3E | 49 | 3A |
| Octal | 336 | 342 | 110 | 2 | 0 | 104 | 13 | 76 | 111 | 72 |
| Binary | 11011110 | 11100010 | 1001000 | 10 | 0 | 1000100 | 1011 | 111110 | 1001001 | 111010 |
Color Harmonies of #DEE248
Complementary color
Monochromatic Colors of #DEE248
Black with #DEE248
Text Example
Text Example
White with #DEE248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE248; }
p { color: rgb(222,226,72); }
H1.HeaderClassName
{
color: #DEE248;
}
.AnyTagClassName
{
color: #DEE248;
}
</style>
background-color css
<style>
a { background-color: #DEE248; }
a { background-color: rgb(222,226,72); }
div.DivClassName
{
background-color: #DEE248;
}
.BgClassName
{
background-color: #DEE248;
}
</style>
border-color css
<style>
span { border-color: #DEE248; }
span { border-color: rgb(222,226,72); }
td.TdClassName
{
border-color: #DEE248;
}
.TagClassName
{
border-color: #DEE248;
}
</style>