#DDE3AE

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

Shades of Tusk #DDE3AE

Tints of Tusk #DDE3AE

Color information

#DDE3AE (or 0xDDE3AE) is unknown color: approx Tusk. HEX triplet: DD, E3 and AE. RGB value is (221,227,174). Sum of RGB (Red+Green+Blue) = 221+227+174=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 174 (68.36% from 255 or 27.97% from 622); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE3AE is #221C51. Grayscale: #DBDBDB. Windows color (decimal): -2235474 or 11461597. OLE color: 11461597.

HSL color Cylindrical-coordinate representation of color #DDE3AE: hue angle of 66.79º degrees, saturation: 0.49, 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 #DDE3AE is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB221227174-
CMYK0.0300.230.11
HSL66.79º48.62%78.63%-
HSV(B)66.79º23.35%89.02%-
XYZ64.9373.3750.78-
YUV219.16102.51129.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 227 (89.06% from 255) = 36.50%
BLUE value IS 174 (68.36% from 255) = 27.97%
R=35.53%
G=36.50%
B=27.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212271740.0300.230.1166.7948.6278.63
HexDDE3AE3017B43314f
Octal33534325630271310361117
Binary11011101111000111010111011010111101110000111100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3AE; }

 p { color: rgb(221,227,174); }

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

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

 a { background-color: rgb(221,227,174); }

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

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

 span { border-color: rgb(221,227,174); }

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