Shades of Texas #DEE683
Tints of Texas #DEE683
RGB
CMYK
RGB Variations
Color information
#DEE683 (or 0xDEE683) is known color: Texas. HEX triplet: DE, E6 and 83. RGB value is (222,230,131). Sum of RGB (Red+Green+Blue) = 222+230+131=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 131 (51.56% from 255 or 22.47% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE683 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE683 is #21197C. Grayscale: #D8D8D8. Windows color (decimal): -2169213 or 8644318. OLE color: 8644318.
HSL color Cylindrical-coordinate representation of color #DEE683: hue angle of 64.85º degrees, saturation: 0.66, 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 #DEE683 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 131 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.10 |
| HSL | 64.85º | 0.66% | 0.71% | - |
| HSV(B) | 64.85º | 0.43% | 0.9% | - |
| XYZ | 62.52 | 73.76 | 32.42 | - |
| YUV | 216.32 | 79.85 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 131 | 0.03 | 0 | 0.43 | 0.10 | 64.85 | 0.66 | 0.71 |
| Hex | DE | E6 | 83 | 3 | 0 | 2B | A | 41 | 42 | 47 |
| Octal | 336 | 346 | 203 | 3 | 0 | 53 | 12 | 101 | 102 | 107 |
| Binary | 11011110 | 11100110 | 10000011 | 11 | 0 | 101011 | 1010 | 1000001 | 1000010 | 1000111 |
Color Harmonies of #DEE683
Complementary color
Monochromatic Colors of #DEE683
Black with #DEE683
Text Example
Text Example
White with #DEE683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE683; }
p { color: rgb(222,230,131); }
H1.HeaderClassName
{
color: #DEE683;
}
.AnyTagClassName
{
color: #DEE683;
}
</style>
background-color css
<style>
a { background-color: #DEE683; }
a { background-color: rgb(222,230,131); }
div.DivClassName
{
background-color: #DEE683;
}
.BgClassName
{
background-color: #DEE683;
}
</style>
border-color css
<style>
span { border-color: #DEE683; }
span { border-color: rgb(222,230,131); }
td.TdClassName
{
border-color: #DEE683;
}
.TagClassName
{
border-color: #DEE683;
}
</style>