Shades of Texas #DEE781
Tints of Texas #DEE781
RGB
CMYK
RGB Variations
Color information
#DEE781 (or 0xDEE781) is known color: Texas. HEX triplet: DE, E7 and 81. RGB value is (222,231,129). Sum of RGB (Red+Green+Blue) = 222+231+129=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 231 (90.62% from 255 or 39.69% from 582); Blue value is 129 (50.78% from 255 or 22.16% from 582); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE781 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE781 is #21187E. Grayscale: #D9D9D9. Windows color (decimal): -2168959 or 8513502. OLE color: 8513502.
HSL color Cylindrical-coordinate representation of color #DEE781: hue angle of 65.29º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEE781 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 129 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.09 |
| HSL | 65.29º | 0.68% | 0.71% | - |
| HSV(B) | 65.29º | 0.44% | 0.91% | - |
| XYZ | 62.66 | 74.27 | 31.8 | - |
| YUV | 216.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 129 | 0.04 | 0 | 0.44 | 0.09 | 65.29 | 0.68 | 0.71 |
| Hex | DE | E7 | 81 | 4 | 0 | 2C | 9 | 41 | 44 | 47 |
| Octal | 336 | 347 | 201 | 4 | 0 | 54 | 11 | 101 | 104 | 107 |
| Binary | 11011110 | 11100111 | 10000001 | 100 | 0 | 101100 | 1001 | 1000001 | 1000100 | 1000111 |
Color Harmonies of #DEE781
Complementary color
Monochromatic Colors of #DEE781
Black with #DEE781
Text Example
Text Example
White with #DEE781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE781; }
p { color: rgb(222,231,129); }
H1.HeaderClassName
{
color: #DEE781;
}
.AnyTagClassName
{
color: #DEE781;
}
</style>
background-color css
<style>
a { background-color: #DEE781; }
a { background-color: rgb(222,231,129); }
div.DivClassName
{
background-color: #DEE781;
}
.BgClassName
{
background-color: #DEE781;
}
</style>
border-color css
<style>
span { border-color: #DEE781; }
span { border-color: rgb(222,231,129); }
td.TdClassName
{
border-color: #DEE781;
}
.TagClassName
{
border-color: #DEE781;
}
</style>