#DEEBB1

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

Shades of Tusk #DEEBB1

Tints of Tusk #DEEBB1

Color information

#DEEBB1 (or 0xDEEBB1) is unknown color: approx Tusk. HEX triplet: DE, EB and B1. RGB value is (222,235,177). Sum of RGB (Red+Green+Blue) = 222+235+177=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEBB1 is #21144E. Grayscale: #E0E0E0. Windows color (decimal): -2167887 or 11660254. OLE color: 11660254.

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

Color convert

RGB222235177-
CMYK0.0600.250.08
HSL73.45º59.18%80.78%-
HSV(B)73.45º24.68%92.16%-
XYZ67.7778.1253.1-
YUV224.5101.19126.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 177 (69.53% from 255) = 27.92%
R=35.02%
G=37.07%
B=27.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222351770.0600.250.0873.4559.1880.78
HexDEEBB160198493b51
Octal33635326160311011173121
Binary110111101110101110110001110011001100010010011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBB1; }

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

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

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

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

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

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

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

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