#DEEEB2

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

Shades of Tusk #DEEEB2

Tints of Tusk #DEEEB2

Color information

#DEEEB2 (or 0xDEEEB2) is unknown color: approx Tusk. HEX triplet: DE, EE and B2. RGB value is (222,238,178). Sum of RGB (Red+Green+Blue) = 222+238+178=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 178 (69.92% from 255 or 27.90% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEEB2 is #21114D. Grayscale: #E2E2E2. Windows color (decimal): -2167118 or 11726558. OLE color: 11726558.

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

Color convert

RGB222238178-
CMYK0.0700.250.07
HSL76º63.83%81.57%-
HSV(B)76º25.21%93.33%-
XYZ68.7379.8953.92-
YUV226.38100.7124.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.80%
GREEN value IS 238 (93.36% from 255) = 37.30%
BLUE value IS 178 (69.92% from 255) = 27.90%
R=34.80%
G=37.30%
B=27.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222381780.0700.250.077663.8381.57
HexDEEEB2701974c4052
Octal33635626270317114100122
Binary110111101110111010110010111011001111100110010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEEB2; }

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

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

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

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

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

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

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

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