#DDEDAF

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

Shades of Tusk #DDEDAF

Tints of Tusk #DDEDAF

Color information

#DDEDAF (or 0xDDEDAF) is unknown color: approx Tusk. HEX triplet: DD, ED and AF. RGB value is (221,237,175). Sum of RGB (Red+Green+Blue) = 221+237+175=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDAF is #221250. Grayscale: #E1E1E1. Windows color (decimal): -2232913 or 11529693. OLE color: 11529693.

HSL color Cylindrical-coordinate representation of color #DDEDAF: hue angle of 75.48º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDEDAF is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB221237175-
CMYK0.0700.260.07
HSL75.48º63.27%80.78%-
HSV(B)75.48º26.16%92.94%-
XYZ67.8479.0452.24-
YUV225.1599.7125.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 237 (92.97% from 255) = 37.44%
BLUE value IS 175 (68.75% from 255) = 27.65%
R=34.91%
G=37.44%
B=27.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371750.0700.260.0775.4863.2780.78
HexDDEDAF701A74b3f51
Octal3353552577032711377121
Binary11011101111011011010111111101101011110010111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDAF; }

 p { color: rgb(221,237,175); }

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

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

 a { background-color: rgb(221,237,175); }

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

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

 span { border-color: rgb(221,237,175); }

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