#DDEBAE

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

Shades of Tusk #DDEBAE

Tints of Tusk #DDEBAE

Color information

#DDEBAE (or 0xDDEBAE) is unknown color: approx Tusk. HEX triplet: DD, EB and AE. RGB value is (221,235,174). Sum of RGB (Red+Green+Blue) = 221+235+174=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEBAE is #221451. Grayscale: #E0E0E0. Windows color (decimal): -2233426 or 11463645. OLE color: 11463645.

HSL color Cylindrical-coordinate representation of color #DDEBAE: hue angle of 73.77º degrees, saturation: 0.6, 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 #DDEBAE is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB221235174-
CMYK0.0600.260.08
HSL73.77º60.4%80.2%-
HSV(B)73.77º25.96%92.16%-
XYZ67.1777.8451.53-
YUV223.8699.86125.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.08%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 174 (68.36% from 255) = 27.62%
R=35.08%
G=37.30%
B=27.62%

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
Decimal2212351740.0600.260.0873.7760.480.2
HexDDEBAE601A84a3c50
Octal33535325660321011274120
Binary110111011110101110101110110011010100010010101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBAE; }

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

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

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

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

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

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

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

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