#DEEBAB

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

Shades of Tusk #DEEBAB

Tints of Tusk #DEEBAB

Color information

#DEEBAB (or 0xDEEBAB) is unknown color: approx Tusk. HEX triplet: DE, EB and AB. RGB value is (222,235,171). Sum of RGB (Red+Green+Blue) = 222+235+171=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEBAB is #211454. Grayscale: #E0E0E0. Windows color (decimal): -2167893 or 11267038. OLE color: 11267038.

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

Color convert

RGB222235171-
CMYK0.0600.270.08
HSL72.19º61.54%79.61%-
HSV(B)72.19º27.23%92.16%-
XYZ67.1877.8950.02-
YUV223.8298.19126.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.35%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 171 (67.19% from 255) = 27.23%
R=35.35%
G=37.42%
B=27.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222351710.0600.270.0872.1961.5479.61
HexDEEBAB601B8483e50
Octal33635325360331011076120
Binary110111101110101110101011110011011100010010001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBAB; }

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

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

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

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

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

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

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

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