#DFEBAE

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

Shades of Tusk #DFEBAE

Tints of Tusk #DFEBAE

Color information

#DFEBAE (or 0xDFEBAE) is unknown color: approx Tusk. HEX triplet: DF, EB and AE. RGB value is (223,235,174). Sum of RGB (Red+Green+Blue) = 223+235+174=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEBAE is #201451. Grayscale: #E0E0E0. Windows color (decimal): -2102354 or 11463647. OLE color: 11463647.

HSL color Cylindrical-coordinate representation of color #DFEBAE: hue angle of 71.8º 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 #DFEBAE is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB223235174-
CMYK0.0500.260.08
HSL71.8º60.4%80.2%-
HSV(B)71.8º25.96%92.16%-
XYZ67.7878.1651.56-
YUV224.4699.52126.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.28%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 174 (68.36% from 255) = 27.53%
R=35.28%
G=37.18%
B=27.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232351740.0500.260.0871.860.480.2
HexDFEBAE501A8483c50
Octal33735325650321011074120
Binary110111111110101110101110101011010100010010001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBAE; }

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

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

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

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

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

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

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

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