#DDE9B0

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

Shades of Tusk #DDE9B0

Tints of Tusk #DDE9B0

Color information

#DDE9B0 (or 0xDDE9B0) is unknown color: approx Tusk. HEX triplet: DD, E9 and B0. RGB value is (221,233,176). Sum of RGB (Red+Green+Blue) = 221+233+176=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE9B0 is #22164F. Grayscale: #DFDFDF. Windows color (decimal): -2233936 or 11594205. OLE color: 11594205.

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

Color convert

RGB221233176-
CMYK0.0500.240.09
HSL72.63º56.44%80.2%-
HSV(B)72.63º24.46%91.37%-
XYZ66.7976.7852.37-
YUV222.91101.52126.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.08%
GREEN value IS 233 (91.41% from 255) = 36.98%
BLUE value IS 176 (69.14% from 255) = 27.94%
R=35.08%
G=36.98%
B=27.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212331760.0500.240.0972.6356.4480.2
HexDDE9B050189493850
Octal33535126050301111170120
Binary110111011110100110110000101011000100110010011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9B0; }

 p { color: rgb(221,233,176); }

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

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

 a { background-color: rgb(221,233,176); }

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

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

 span { border-color: rgb(221,233,176); }

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