#DEEBB5

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

Shades of Tusk #DEEBB5

Tints of Tusk #DEEBB5

Color information

#DEEBB5 (or 0xDEEBB5) is unknown color: approx Tusk. HEX triplet: DE, EB and B5. RGB value is (222,235,181). Sum of RGB (Red+Green+Blue) = 222+235+181=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 181 (71.09% from 255 or 28.37% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBB5 is #21144A. Grayscale: #E1E1E1. Windows color (decimal): -2167883 or 11922398. OLE color: 11922398.

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

Color convert

RGB222235181-
CMYK0.0600.230.08
HSL74.44º57.45%81.57%-
HSV(B)74.44º22.98%92.16%-
XYZ68.1778.2855.23-
YUV224.96103.19125.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.80%
GREEN value IS 235 (92.19% from 255) = 36.83%
BLUE value IS 181 (71.09% from 255) = 28.37%
R=34.80%
G=36.83%
B=28.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222351810.0600.230.0874.4457.4581.57
HexDEEBB5601784a3952
Octal33635326560271011271122
Binary110111101110101110110101110010111100010010101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBB5; }

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

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

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

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

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

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

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

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