Shades of Texas #DEE682
Tints of Texas #DEE682
RGB
CMYK
RGB Variations
Color information
#DEE682 (or 0xDEE682) is known color: Texas. HEX triplet: DE, E6 and 82. RGB value is (222,230,130). Sum of RGB (Red+Green+Blue) = 222+230+130=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE682 is #21197D. Grayscale: #D8D8D8. Windows color (decimal): -2169214 or 8578782. OLE color: 8578782.
HSL color Cylindrical-coordinate representation of color #DEE682: hue angle of 64.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEE682 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 130 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.10 |
| HSL | 64.8º | 0.67% | 0.71% | - |
| HSV(B) | 64.8º | 0.43% | 0.9% | - |
| XYZ | 62.45 | 73.73 | 32.06 | - |
| YUV | 216.21 | 79.35 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 130 | 0.03 | 0 | 0.43 | 0.10 | 64.8 | 0.67 | 0.71 |
| Hex | DE | E6 | 82 | 3 | 0 | 2B | A | 41 | 43 | 47 |
| Octal | 336 | 346 | 202 | 3 | 0 | 53 | 12 | 101 | 103 | 107 |
| Binary | 11011110 | 11100110 | 10000010 | 11 | 0 | 101011 | 1010 | 1000001 | 1000011 | 1000111 |
Color Harmonies of #DEE682
Complementary color
Monochromatic Colors of #DEE682
Black with #DEE682
Text Example
Text Example
White with #DEE682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE682; }
p { color: rgb(222,230,130); }
H1.HeaderClassName
{
color: #DEE682;
}
.AnyTagClassName
{
color: #DEE682;
}
</style>
background-color css
<style>
a { background-color: #DEE682; }
a { background-color: rgb(222,230,130); }
div.DivClassName
{
background-color: #DEE682;
}
.BgClassName
{
background-color: #DEE682;
}
</style>
border-color css
<style>
span { border-color: #DEE682; }
span { border-color: rgb(222,230,130); }
td.TdClassName
{
border-color: #DEE682;
}
.TagClassName
{
border-color: #DEE682;
}
</style>