#DDE8AF

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

Shades of Tusk #DDE8AF

Tints of Tusk #DDE8AF

Color information

#DDE8AF (or 0xDDE8AF) is unknown color: approx Tusk. HEX triplet: DD, E8 and AF. RGB value is (221,232,175). Sum of RGB (Red+Green+Blue) = 221+232+175=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE8AF is #221750. Grayscale: #DEDEDE. Windows color (decimal): -2234193 or 11528413. OLE color: 11528413.

HSL color Cylindrical-coordinate representation of color #DDE8AF: hue angle of 71.58º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDE8AF is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB221232175-
CMYK0.0500.250.09
HSL71.58º55.34%79.8%-
HSV(B)71.58º24.57%90.98%-
XYZ66.4176.1851.76-
YUV222.21101.36127.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 232 (91.02% from 255) = 36.94%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=35.19%
G=36.94%
B=27.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212321750.0500.250.0971.5855.3479.8
HexDDE8AF50199483750
Octal33535025750311111067120
Binary110111011110100010101111101011001100110010001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8AF; }

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

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

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

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

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

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

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

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