#DDE5B8

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

Shades of Tusk #DDE5B8

Tints of Tusk #DDE5B8

Color information

#DDE5B8 (or 0xDDE5B8) is unknown color: approx Tusk. HEX triplet: DD, E5 and B8. RGB value is (221,229,184). Sum of RGB (Red+Green+Blue) = 221+229+184=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 184 (72.27% from 255 or 29.02% from 634); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5B8 is #221A47. Grayscale: #DDDDDD. Windows color (decimal): -2234952 or 12117469. OLE color: 12117469.

HSL color Cylindrical-coordinate representation of color #DDE5B8: hue angle of 70.67º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDE5B8 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB221229184-
CMYK0.0300.200.10
HSL70.67º46.39%80.98%-
HSV(B)70.67º19.65%89.8%-
XYZ66.4974.8756.29-
YUV221.48106.85127.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 229 (89.84% from 255) = 36.12%
BLUE value IS 184 (72.27% from 255) = 29.02%
R=34.86%
G=36.12%
B=29.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212291840.0300.200.1070.6746.3980.98
HexDDE5B83014A472e51
Octal33534527030241210756121
Binary11011101111001011011100011010100101010001111011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5B8; }

 p { color: rgb(221,229,184); }

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

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

 a { background-color: rgb(221,229,184); }

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

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

 span { border-color: rgb(221,229,184); }

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