#DDEBAD

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

Shades of Tusk #DDEBAD

Tints of Tusk #DDEBAD

Color information

#DDEBAD (or 0xDDEBAD) is unknown color: approx Tusk. HEX triplet: DD, EB and AD. RGB value is (221,235,173). Sum of RGB (Red+Green+Blue) = 221+235+173=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEBAD is #221452. Grayscale: #DFDFDF. Windows color (decimal): -2233427 or 11398109. OLE color: 11398109.

HSL color Cylindrical-coordinate representation of color #DDEBAD: hue angle of 73.55º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDEBAD is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB221235173-
CMYK0.0600.260.08
HSL73.55º60.78%80%-
HSV(B)73.55º26.38%92.16%-
XYZ67.0777.8151.02-
YUV223.7599.36126.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.14%
GREEN value IS 235 (92.19% from 255) = 37.36%
BLUE value IS 173 (67.97% from 255) = 27.50%
R=35.14%
G=37.36%
B=27.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212351730.0600.260.0873.5560.7880
HexDDEBAD601A84a3d50
Octal33535325560321011275120
Binary110111011110101110101101110011010100010010101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBAD; }

 p { color: rgb(221,235,173); }

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

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

 a { background-color: rgb(221,235,173); }

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

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

 span { border-color: rgb(221,235,173); }

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