Shades of Texas #DEE280
Tints of Texas #DEE280
RGB
CMYK
RGB Variations
Color information
#DEE280 (or 0xDEE280) is known color: Texas. HEX triplet: DE, E2 and 80. RGB value is (222,226,128). Sum of RGB (Red+Green+Blue) = 222+226+128=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE280 is #211D7F. Grayscale: #D6D6D6. Windows color (decimal): -2170240 or 8446686. OLE color: 8446686.
HSL color Cylindrical-coordinate representation of color #DEE280: hue angle of 62.45º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEE280 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 128 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.11 |
| HSL | 62.45º | 0.63% | 0.69% | - |
| HSV(B) | 62.45º | 0.43% | 0.89% | - |
| XYZ | 61.22 | 71.48 | 30.99 | - |
| YUV | 213.63 | 79.67 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 128 | 0.02 | 0 | 0.43 | 0.11 | 62.45 | 0.63 | 0.69 |
| Hex | DE | E2 | 80 | 2 | 0 | 2B | B | 3E | 3F | 45 |
| Octal | 336 | 342 | 200 | 2 | 0 | 53 | 13 | 76 | 77 | 105 |
| Binary | 11011110 | 11100010 | 10000000 | 10 | 0 | 101011 | 1011 | 111110 | 111111 | 1000101 |
Color Harmonies of #DEE280
Complementary color
Monochromatic Colors of #DEE280
Black with #DEE280
Text Example
Text Example
White with #DEE280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE280; }
p { color: rgb(222,226,128); }
H1.HeaderClassName
{
color: #DEE280;
}
.AnyTagClassName
{
color: #DEE280;
}
</style>
background-color css
<style>
a { background-color: #DEE280; }
a { background-color: rgb(222,226,128); }
div.DivClassName
{
background-color: #DEE280;
}
.BgClassName
{
background-color: #DEE280;
}
</style>
border-color css
<style>
span { border-color: #DEE280; }
span { border-color: rgb(222,226,128); }
td.TdClassName
{
border-color: #DEE280;
}
.TagClassName
{
border-color: #DEE280;
}
</style>