#DEE883

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

Shades of Texas #DEE883

Tints of Texas #DEE883

Color information

#DEE883 (or 0xDEE883) is unknown color: approx Texas. HEX triplet: DE, E8 and 83. RGB value is (222,232,131). Sum of RGB (Red+Green+Blue) = 222+232+131=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 131 (51.56% from 255 or 22.39% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE883 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE883 is #21177C. Grayscale: #D9D9D9. Windows color (decimal): -2168701 or 8644830. OLE color: 8644830.

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

Color convert

RGB222232131-
CMYK0.0400.440.09
HSL65.94º68.71%71.18%-
HSV(B)65.94º43.53%90.98%-
XYZ63.0874.8832.6-
YUV217.579.19131.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 232 (91.02% from 255) = 39.66%
BLUE value IS 131 (51.56% from 255) = 22.39%
R=37.95%
G=39.66%
B=22.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222321310.0400.440.0965.9468.7171.18
HexDEE883402C9424547
Octal336350203405411102105107
Binary11011110111010001000001110001011001001100001010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE883; }

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

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

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

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

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

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

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

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