Shades of Starship #DEEE3D
Tints of Starship #DEEE3D
RGB
CMYK
RGB Variations
Color information
#DEEE3D (or 0xDEEE3D) is known color: Starship. HEX triplet: DE, EE and 3D. RGB value is (222,238,61). Sum of RGB (Red+Green+Blue) = 222+238+61=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE3D is #2111C2. Grayscale: #D5D5D5. Windows color (decimal): -2167235 or 4058846. OLE color: 4058846.
HSL color Cylindrical-coordinate representation of color #DEEE3D: hue angle of 65.42º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEEE3D is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 61 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.07 |
| HSL | 65.42º | 0.84% | 0.59% | - |
| HSV(B) | 65.42º | 0.74% | 0.93% | - |
| XYZ | 61.54 | 77.02 | 16.04 | - |
| YUV | 213.04 | 42.2 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 61 | 0.07 | 0 | 0.74 | 0.07 | 65.42 | 0.84 | 0.59 |
| Hex | DE | EE | 3D | 7 | 0 | 4A | 7 | 41 | 54 | 3B |
| Octal | 336 | 356 | 75 | 7 | 0 | 112 | 7 | 101 | 124 | 73 |
| Binary | 11011110 | 11101110 | 111101 | 111 | 0 | 1001010 | 111 | 1000001 | 1010100 | 111011 |
Color Harmonies of #DEEE3D
Complementary color
Monochromatic Colors of #DEEE3D
Black with #DEEE3D
Text Example
Text Example
White with #DEEE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE3D; }
p { color: rgb(222,238,61); }
H1.HeaderClassName
{
color: #DEEE3D;
}
.AnyTagClassName
{
color: #DEEE3D;
}
</style>
background-color css
<style>
a { background-color: #DEEE3D; }
a { background-color: rgb(222,238,61); }
div.DivClassName
{
background-color: #DEEE3D;
}
.BgClassName
{
background-color: #DEEE3D;
}
</style>
border-color css
<style>
span { border-color: #DEEE3D; }
span { border-color: rgb(222,238,61); }
td.TdClassName
{
border-color: #DEEE3D;
}
.TagClassName
{
border-color: #DEEE3D;
}
</style>