#DDE2AF

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

Shades of Tusk #DDE2AF

Tints of Tusk #DDE2AF

Color information

#DDE2AF (or 0xDDE2AF) is unknown color: approx Tusk. HEX triplet: DD, E2 and AF. RGB value is (221,226,175). Sum of RGB (Red+Green+Blue) = 221+226+175=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE2AF is #221D50. Grayscale: #DADADA. Windows color (decimal): -2235729 or 11526877. OLE color: 11526877.

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

Color convert

RGB221226175-
CMYK0.0200.230.11
HSL65.88º46.79%78.63%-
HSV(B)65.88º22.57%88.63%-
XYZ64.7572.8651.21-
YUV218.69103.34129.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 226 (88.67% from 255) = 36.33%
BLUE value IS 175 (68.75% from 255) = 28.14%
R=35.53%
G=36.33%
B=28.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212261750.0200.230.1165.8846.7978.63
HexDDE2AF2017B422f4f
Octal33534225720271310257117
Binary11011101111000101010111110010111101110000101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2AF; }

 p { color: rgb(221,226,175); }

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

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

 a { background-color: rgb(221,226,175); }

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

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

 span { border-color: rgb(221,226,175); }

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