Shades of Starship #DEE234
Tints of Starship #DEE234
RGB
CMYK
RGB Variations
Color information
#DEE234 (or 0xDEE234) is known color: Starship. HEX triplet: DE, E2 and 34. RGB value is (222,226,52). Sum of RGB (Red+Green+Blue) = 222+226+52=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 52 (20.70% from 255 or 10.4% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE234 is #211DCB. Grayscale: #CDCDCD. Windows color (decimal): -2170316 or 3465950. OLE color: 3465950.
HSL color Cylindrical-coordinate representation of color #DEE234: hue angle of 61.38º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEE234 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 52 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.11 |
| HSL | 61.38º | 0.75% | 0.55% | - |
| HSV(B) | 61.38º | 0.77% | 0.89% | - |
| XYZ | 57.94 | 70.17 | 13.74 | - |
| YUV | 204.97 | 41.67 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 52 | 0.02 | 0 | 0.77 | 0.11 | 61.38 | 0.75 | 0.55 |
| Hex | DE | E2 | 34 | 2 | 0 | 4D | B | 3D | 4B | 37 |
| Octal | 336 | 342 | 64 | 2 | 0 | 115 | 13 | 75 | 113 | 67 |
| Binary | 11011110 | 11100010 | 110100 | 10 | 0 | 1001101 | 1011 | 111101 | 1001011 | 110111 |
Color Harmonies of #DEE234
Complementary color
Monochromatic Colors of #DEE234
Black with #DEE234
Text Example
Text Example
White with #DEE234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE234; }
p { color: rgb(222,226,52); }
H1.HeaderClassName
{
color: #DEE234;
}
.AnyTagClassName
{
color: #DEE234;
}
</style>
background-color css
<style>
a { background-color: #DEE234; }
a { background-color: rgb(222,226,52); }
div.DivClassName
{
background-color: #DEE234;
}
.BgClassName
{
background-color: #DEE234;
}
</style>
border-color css
<style>
span { border-color: #DEE234; }
span { border-color: rgb(222,226,52); }
td.TdClassName
{
border-color: #DEE234;
}
.TagClassName
{
border-color: #DEE234;
}
</style>