Shades of Starship #DEE448
Tints of Starship #DEE448
RGB
CMYK
RGB Variations
Color information
#DEE448 (or 0xDEE448) is known color: Starship. HEX triplet: DE, E4 and 48. RGB value is (222,228,72). Sum of RGB (Red+Green+Blue) = 222+228+72=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE448 is #211BB7. Grayscale: #D1D1D1. Windows color (decimal): -2169784 or 4777182. OLE color: 4777182.
HSL color Cylindrical-coordinate representation of color #DEE448: hue angle of 62.31º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEE448 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 72 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.11 |
| HSL | 62.31º | 0.74% | 0.59% | - |
| HSV(B) | 62.31º | 0.68% | 0.89% | - |
| XYZ | 59.04 | 71.48 | 16.82 | - |
| YUV | 208.42 | 51.01 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 72 | 0.03 | 0 | 0.68 | 0.11 | 62.31 | 0.74 | 0.59 |
| Hex | DE | E4 | 48 | 3 | 0 | 44 | B | 3E | 4A | 3B |
| Octal | 336 | 344 | 110 | 3 | 0 | 104 | 13 | 76 | 112 | 73 |
| Binary | 11011110 | 11100100 | 1001000 | 11 | 0 | 1000100 | 1011 | 111110 | 1001010 | 111011 |
Color Harmonies of #DEE448
Complementary color
Monochromatic Colors of #DEE448
Black with #DEE448
Text Example
Text Example
White with #DEE448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE448; }
p { color: rgb(222,228,72); }
H1.HeaderClassName
{
color: #DEE448;
}
.AnyTagClassName
{
color: #DEE448;
}
</style>
background-color css
<style>
a { background-color: #DEE448; }
a { background-color: rgb(222,228,72); }
div.DivClassName
{
background-color: #DEE448;
}
.BgClassName
{
background-color: #DEE448;
}
</style>
border-color css
<style>
span { border-color: #DEE448; }
span { border-color: rgb(222,228,72); }
td.TdClassName
{
border-color: #DEE448;
}
.TagClassName
{
border-color: #DEE448;
}
</style>