Shades of Starship #DEE347
Tints of Starship #DEE347
RGB
CMYK
RGB Variations
Color information
#DEE347 (or 0xDEE347) is known color: Starship. HEX triplet: DE, E3 and 47. RGB value is (222,227,71). Sum of RGB (Red+Green+Blue) = 222+227+71=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 71 (28.12% from 255 or 13.65% from 520); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE347 is #211CB8. Grayscale: #D0D0D0. Windows color (decimal): -2170041 or 4711390. OLE color: 4711390.
HSL color Cylindrical-coordinate representation of color #DEE347: hue angle of 61.92º 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 #DEE347 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 71 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.11 |
| HSL | 61.92º | 0.74% | 0.58% | - |
| HSV(B) | 61.92º | 0.69% | 0.89% | - |
| XYZ | 58.73 | 70.92 | 16.56 | - |
| YUV | 207.72 | 50.84 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 71 | 0.02 | 0 | 0.69 | 0.11 | 61.92 | 0.74 | 0.58 |
| Hex | DE | E3 | 47 | 2 | 0 | 45 | B | 3E | 4A | 3A |
| Octal | 336 | 343 | 107 | 2 | 0 | 105 | 13 | 76 | 112 | 72 |
| Binary | 11011110 | 11100011 | 1000111 | 10 | 0 | 1000101 | 1011 | 111110 | 1001010 | 111010 |
Color Harmonies of #DEE347
Complementary color
Monochromatic Colors of #DEE347
Black with #DEE347
Text Example
Text Example
White with #DEE347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE347; }
p { color: rgb(222,227,71); }
H1.HeaderClassName
{
color: #DEE347;
}
.AnyTagClassName
{
color: #DEE347;
}
</style>
background-color css
<style>
a { background-color: #DEE347; }
a { background-color: rgb(222,227,71); }
div.DivClassName
{
background-color: #DEE347;
}
.BgClassName
{
background-color: #DEE347;
}
</style>
border-color css
<style>
span { border-color: #DEE347; }
span { border-color: rgb(222,227,71); }
td.TdClassName
{
border-color: #DEE347;
}
.TagClassName
{
border-color: #DEE347;
}
</style>