#DDE8B3

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

Shades of Tusk #DDE8B3

Tints of Tusk #DDE8B3

Color information

#DDE8B3 (or 0xDDE8B3) is unknown color: approx Tusk. HEX triplet: DD, E8 and B3. RGB value is (221,232,179). Sum of RGB (Red+Green+Blue) = 221+232+179=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 232 (91.02% from 255 or 36.71% from 632); Blue value is 179 (70.31% from 255 or 28.32% from 632); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8B3 is #22174C. Grayscale: #DEDEDE. Windows color (decimal): -2234189 or 11790557. OLE color: 11790557.

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

Color convert

RGB221232179-
CMYK0.0500.230.09
HSL72.45º53.54%80.59%-
HSV(B)72.45º22.84%90.98%-
XYZ66.8176.3453.86-
YUV222.67103.36126.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 232 (91.02% from 255) = 36.71%
BLUE value IS 179 (70.31% from 255) = 28.32%
R=34.97%
G=36.71%
B=28.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212321790.0500.230.0972.4553.5480.59
HexDDE8B350179483651
Octal33535026350271111066121
Binary110111011110100010110011101010111100110010001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8B3; }

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

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

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

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

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

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

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

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