#DEEBAE

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

Shades of Tusk #DEEBAE

Tints of Tusk #DEEBAE

Color information

#DEEBAE (or 0xDEEBAE) is unknown color: approx Tusk. HEX triplet: DE, EB and AE. RGB value is (222,235,174). Sum of RGB (Red+Green+Blue) = 222+235+174=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEBAE is #211451. Grayscale: #E0E0E0. Windows color (decimal): -2167890 or 11463646. OLE color: 11463646.

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

Color convert

RGB222235174-
CMYK0.0600.260.08
HSL72.79º60.4%80.2%-
HSV(B)72.79º25.96%92.16%-
XYZ67.477851.54-
YUV224.1699.69126.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.18%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 174 (68.36% from 255) = 27.58%
R=35.18%
G=37.24%
B=27.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222351740.0600.260.0872.7960.480.2
HexDEEBAE601A8493c50
Octal33635325660321011174120
Binary110111101110101110101110110011010100010010011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBAE; }

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

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

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

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

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

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

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

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