#DDE7B5

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

Shades of Tusk #DDE7B5

Tints of Tusk #DDE7B5

Color information

#DDE7B5 (or 0xDDE7B5) is unknown color: approx Tusk. HEX triplet: DD, E7 and B5. RGB value is (221,231,181). Sum of RGB (Red+Green+Blue) = 221+231+181=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 181 (71.09% from 255 or 28.59% from 633); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7B5 is #22184A. Grayscale: #DEDEDE. Windows color (decimal): -2234443 or 11921373. OLE color: 11921373.

HSL color Cylindrical-coordinate representation of color #DDE7B5: hue angle of 72º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDE7B5 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB221231181-
CMYK0.0400.220.09
HSL72º51.02%80.78%-
HSV(B)72º21.65%90.59%-
XYZ66.7475.8654.84-
YUV222.31104.69127.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 231 (90.62% from 255) = 36.49%
BLUE value IS 181 (71.09% from 255) = 28.59%
R=34.91%
G=36.49%
B=28.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212311810.0400.220.097251.0280.78
HexDDE7B540169483351
Octal33534726540261111063121
Binary110111011110011110110101100010110100110010001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7B5; }

 p { color: rgb(221,231,181); }

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

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

 a { background-color: rgb(221,231,181); }

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

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

 span { border-color: rgb(221,231,181); }

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