#DEE983

Color #DEE983 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #DEE983

Tints of Texas #DEE983

Color information

#DEE983 (or 0xDEE983) is unknown color: approx Texas. HEX triplet: DE, E9 and 83. RGB value is (222,233,131). Sum of RGB (Red+Green+Blue) = 222+233+131=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 131 (51.56% from 255 or 22.35% from 586); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE983 is #21167C. Grayscale: #DADADA. Windows color (decimal): -2168445 or 8645086. OLE color: 8645086.

HSL color Cylindrical-coordinate representation of color #DEE983: hue angle of 66.47º degrees, saturation: 0.7, 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 #DEE983 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB222233131-
CMYK0.0500.440.09
HSL66.47º69.86%71.37%-
HSV(B)66.47º43.78%91.37%-
XYZ63.3675.4532.7-
YUV218.0878.86130.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 233 (91.41% from 255) = 39.76%
BLUE value IS 131 (51.56% from 255) = 22.35%
R=37.88%
G=39.76%
B=22.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222331310.0500.440.0966.4769.8671.37
HexDEE983502C9424647
Octal336351203505411102106107
Binary11011110111010011000001110101011001001100001010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE983; }

 p { color: rgb(222,233,131); }

 H1.HeaderClassName
 {
   color: #DEE983;
 }
 .AnyTagClassName
 {
   color: #DEE983;
 }
</style>
background-color css

<style>
 a { background-color: #DEE983; }

 a { background-color: rgb(222,233,131); }

 div.DivClassName
 {
   background-color: #DEE983;
 }
 .BgClassName
 {
   background-color: #DEE983;
 }
</style>
border-color css

<style>
 span { border-color: #DEE983; }

 span { border-color: rgb(222,233,131); }

 td.TdClassName
 {
   border-color: #DEE983;
 }
 .TagClassName
 {
   border-color: #DEE983;
 }
</style>