#DEEEB6

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

Shades of Tusk #DEEEB6

Tints of Tusk #DEEEB6

Color information

#DEEEB6 (or 0xDEEEB6) is unknown color: approx Tusk. HEX triplet: DE, EE and B6. RGB value is (222,238,182). Sum of RGB (Red+Green+Blue) = 222+238+182=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 182 (71.48% from 255 or 28.35% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEEB6 is #211149. Grayscale: #E3E3E3. Windows color (decimal): -2167114 or 11988702. OLE color: 11988702.

HSL color Cylindrical-coordinate representation of color #DEEEB6: hue angle of 77.14º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEEEB6 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB222238182-
CMYK0.0700.240.07
HSL77.14º62.22%82.35%-
HSV(B)77.14º23.53%93.33%-
XYZ69.1480.0656.06-
YUV226.83102.7124.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 238 (93.36% from 255) = 37.07%
BLUE value IS 182 (71.48% from 255) = 28.35%
R=34.58%
G=37.07%
B=28.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222381820.0700.240.0777.1462.2282.35
HexDEEEB6701874d3e52
Octal3363562667030711576122
Binary11011110111011101011011011101100011110011011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEEB6; }

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

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

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

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

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

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

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

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