#DDECAE

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

Shades of Tusk #DDECAE

Tints of Tusk #DDECAE

Color information

#DDECAE (or 0xDDECAE) is unknown color: approx Tusk. HEX triplet: DD, EC and AE. RGB value is (221,236,174). Sum of RGB (Red+Green+Blue) = 221+236+174=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDECAE is #221351. Grayscale: #E0E0E0. Windows color (decimal): -2233170 or 11463901. OLE color: 11463901.

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

Color convert

RGB221236174-
CMYK0.0600.260.07
HSL74.52º62%80.39%-
HSV(B)74.52º26.27%92.55%-
XYZ67.4578.4251.63-
YUV224.4599.53125.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 236 (92.58% from 255) = 37.40%
BLUE value IS 174 (68.36% from 255) = 27.58%
R=35.02%
G=37.40%
B=27.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212361740.0600.260.0774.526280.39
HexDDECAE601A74b3e50
Octal3353542566032711376120
Binary11011101111011001010111011001101011110010111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECAE; }

 p { color: rgb(221,236,174); }

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

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

 a { background-color: rgb(221,236,174); }

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

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

 span { border-color: rgb(221,236,174); }

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