#DAE2AE

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

Shades of Tusk #DAE2AE

Tints of Tusk #DAE2AE

Color information

#DAE2AE (or 0xDAE2AE) is unknown color: approx Tusk. HEX triplet: DA, E2 and AE. RGB value is (218,226,174). Sum of RGB (Red+Green+Blue) = 218+226+174=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE2AE is #251D51. Grayscale: #D9D9D9. Windows color (decimal): -2432338 or 11461338. OLE color: 11461338.

HSL color Cylindrical-coordinate representation of color #DAE2AE: hue angle of 69.23º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAE2AE is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB218226174-
CMYK0.0400.230.11
HSL69.23º47.27%78.43%-
HSV(B)69.23º23.01%88.63%-
XYZ63.7572.3550.65-
YUV217.68103.35128.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 226 (88.67% from 255) = 36.57%
BLUE value IS 174 (68.36% from 255) = 28.16%
R=35.28%
G=36.57%
B=28.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182261740.0400.230.1169.2347.2778.43
HexDAE2AE4017B452f4e
Octal33234225640271310557116
Binary110110101110001010101110100010111101110001011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2AE; }

 p { color: rgb(218,226,174); }

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

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

 a { background-color: rgb(218,226,174); }

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

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

 span { border-color: rgb(218,226,174); }

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