Shades of Texas #DEE681
Tints of Texas #DEE681
RGB
CMYK
RGB Variations
Color information
#DEE681 (or 0xDEE681) is known color: Texas. HEX triplet: DE, E6 and 81. RGB value is (222,230,129). Sum of RGB (Red+Green+Blue) = 222+230+129=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 129 (50.78% from 255 or 22.20% from 581); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE681 is #21197E. Grayscale: #D8D8D8. Windows color (decimal): -2169215 or 8513246. OLE color: 8513246.
HSL color Cylindrical-coordinate representation of color #DEE681: hue angle of 64.75º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEE681 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 129 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.10 |
| HSL | 64.75º | 0.67% | 0.7% | - |
| HSV(B) | 64.75º | 0.44% | 0.9% | - |
| XYZ | 62.38 | 73.71 | 31.71 | - |
| YUV | 216.09 | 78.85 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 129 | 0.03 | 0 | 0.44 | 0.10 | 64.75 | 0.67 | 0.7 |
| Hex | DE | E6 | 81 | 3 | 0 | 2C | A | 41 | 43 | 46 |
| Octal | 336 | 346 | 201 | 3 | 0 | 54 | 12 | 101 | 103 | 106 |
| Binary | 11011110 | 11100110 | 10000001 | 11 | 0 | 101100 | 1010 | 1000001 | 1000011 | 1000110 |
Color Harmonies of #DEE681
Complementary color
Monochromatic Colors of #DEE681
Black with #DEE681
Text Example
Text Example
White with #DEE681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE681; }
p { color: rgb(222,230,129); }
H1.HeaderClassName
{
color: #DEE681;
}
.AnyTagClassName
{
color: #DEE681;
}
</style>
background-color css
<style>
a { background-color: #DEE681; }
a { background-color: rgb(222,230,129); }
div.DivClassName
{
background-color: #DEE681;
}
.BgClassName
{
background-color: #DEE681;
}
</style>
border-color css
<style>
span { border-color: #DEE681; }
span { border-color: rgb(222,230,129); }
td.TdClassName
{
border-color: #DEE681;
}
.TagClassName
{
border-color: #DEE681;
}
</style>