#DEEBB2

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

Shades of Tusk #DEEBB2

Tints of Tusk #DEEBB2

Color information

#DEEBB2 (or 0xDEEBB2) is unknown color: approx Tusk. HEX triplet: DE, EB and B2. RGB value is (222,235,178). Sum of RGB (Red+Green+Blue) = 222+235+178=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEBB2 is #21144D. Grayscale: #E0E0E0. Windows color (decimal): -2167886 or 11725790. OLE color: 11725790.

HSL color Cylindrical-coordinate representation of color #DEEBB2: hue angle of 73.68º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEEBB2 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB222235178-
CMYK0.0600.240.08
HSL73.68º58.76%80.98%-
HSV(B)73.68º24.26%92.16%-
XYZ67.8778.1653.63-
YUV224.61101.69126.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 178 (69.92% from 255) = 28.03%
R=34.96%
G=37.01%
B=28.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222351780.0600.240.0873.6858.7680.98
HexDEEBB2601884a3b51
Octal33635326260301011273121
Binary110111101110101110110010110011000100010010101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBB2; }

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

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

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

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

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

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

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

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