Shades of Starship #DEEA3D
Tints of Starship #DEEA3D
RGB
CMYK
RGB Variations
Color information
#DEEA3D (or 0xDEEA3D) is known color: Starship. HEX triplet: DE, EA and 3D. RGB value is (222,234,61). Sum of RGB (Red+Green+Blue) = 222+234+61=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 61 (24.22% from 255 or 11.80% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEA3D is #2115C2. Grayscale: #D3D3D3. Windows color (decimal): -2168259 or 4057822. OLE color: 4057822.
HSL color Cylindrical-coordinate representation of color #DEEA3D: hue angle of 64.16º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEEA3D is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 61 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.08 |
| HSL | 64.16º | 0.8% | 0.58% | - |
| HSV(B) | 64.16º | 0.74% | 0.92% | - |
| XYZ | 60.39 | 74.71 | 15.65 | - |
| YUV | 210.69 | 43.52 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 61 | 0.05 | 0 | 0.74 | 0.08 | 64.16 | 0.8 | 0.58 |
| Hex | DE | EA | 3D | 5 | 0 | 4A | 8 | 40 | 50 | 3A |
| Octal | 336 | 352 | 75 | 5 | 0 | 112 | 10 | 100 | 120 | 72 |
| Binary | 11011110 | 11101010 | 111101 | 101 | 0 | 1001010 | 1000 | 1000000 | 1010000 | 111010 |
Color Harmonies of #DEEA3D
Complementary color
Monochromatic Colors of #DEEA3D
Black with #DEEA3D
Text Example
Text Example
White with #DEEA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA3D; }
p { color: rgb(222,234,61); }
H1.HeaderClassName
{
color: #DEEA3D;
}
.AnyTagClassName
{
color: #DEEA3D;
}
</style>
background-color css
<style>
a { background-color: #DEEA3D; }
a { background-color: rgb(222,234,61); }
div.DivClassName
{
background-color: #DEEA3D;
}
.BgClassName
{
background-color: #DEEA3D;
}
</style>
border-color css
<style>
span { border-color: #DEEA3D; }
span { border-color: rgb(222,234,61); }
td.TdClassName
{
border-color: #DEEA3D;
}
.TagClassName
{
border-color: #DEEA3D;
}
</style>