Shades of Starship #DEE848
Tints of Starship #DEE848
RGB
CMYK
RGB Variations
Color information
#DEE848 (or 0xDEE848) is known color: Starship. HEX triplet: DE, E8 and 48. RGB value is (222,232,72). Sum of RGB (Red+Green+Blue) = 222+232+72=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 232 (91.02% from 255 or 44.11% from 526); Blue value is 72 (28.52% from 255 or 13.69% from 526); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE848 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE848 is #2117B7. Grayscale: #D3D3D3. Windows color (decimal): -2168760 or 4778206. OLE color: 4778206.
HSL color Cylindrical-coordinate representation of color #DEE848: hue angle of 63.75º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEE848 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 72 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.09 |
| HSL | 63.75º | 0.78% | 0.6% | - |
| HSV(B) | 63.75º | 0.69% | 0.91% | - |
| XYZ | 60.15 | 73.71 | 17.19 | - |
| YUV | 210.77 | 49.69 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 72 | 0.04 | 0 | 0.69 | 0.09 | 63.75 | 0.78 | 0.6 |
| Hex | DE | E8 | 48 | 4 | 0 | 45 | 9 | 40 | 4E | 3C |
| Octal | 336 | 350 | 110 | 4 | 0 | 105 | 11 | 100 | 116 | 74 |
| Binary | 11011110 | 11101000 | 1001000 | 100 | 0 | 1000101 | 1001 | 1000000 | 1001110 | 111100 |
Color Harmonies of #DEE848
Complementary color
Monochromatic Colors of #DEE848
Black with #DEE848
Text Example
Text Example
White with #DEE848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE848; }
p { color: rgb(222,232,72); }
H1.HeaderClassName
{
color: #DEE848;
}
.AnyTagClassName
{
color: #DEE848;
}
</style>
background-color css
<style>
a { background-color: #DEE848; }
a { background-color: rgb(222,232,72); }
div.DivClassName
{
background-color: #DEE848;
}
.BgClassName
{
background-color: #DEE848;
}
</style>
border-color css
<style>
span { border-color: #DEE848; }
span { border-color: rgb(222,232,72); }
td.TdClassName
{
border-color: #DEE848;
}
.TagClassName
{
border-color: #DEE848;
}
</style>