#DEE7B6

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

Shades of Tusk #DEE7B6

Tints of Tusk #DEE7B6

Color information

#DEE7B6 (or 0xDEE7B6) is unknown color: approx Tusk. HEX triplet: DE, E7 and B6. RGB value is (222,231,182). Sum of RGB (Red+Green+Blue) = 222+231+182=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 182 (71.48% from 255 or 28.66% from 635); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE7B6 is #211849. Grayscale: #DEDEDE. Windows color (decimal): -2168906 or 11986910. OLE color: 11986910.

HSL color Cylindrical-coordinate representation of color #DEE7B6: hue angle of 71.02º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEE7B6 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB222231182-
CMYK0.0400.210.09
HSL71.02º50.52%80.98%-
HSV(B)71.02º21.21%90.59%-
XYZ67.1476.0655.4-
YUV222.72105.02127.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 231 (90.62% from 255) = 36.38%
BLUE value IS 182 (71.48% from 255) = 28.66%
R=34.96%
G=36.38%
B=28.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222311820.0400.210.0971.0250.5280.98
HexDEE7B640159473351
Octal33634726640251110763121
Binary110111101110011110110110100010101100110001111100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE7B6; }

 p { color: rgb(222,231,182); }

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

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

 a { background-color: rgb(222,231,182); }

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

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

 span { border-color: rgb(222,231,182); }

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