#DDEAB3

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

Shades of Tusk #DDEAB3

Tints of Tusk #DDEAB3

Color information

#DDEAB3 (or 0xDDEAB3) is unknown color: approx Tusk. HEX triplet: DD, EA and B3. RGB value is (221,234,179). Sum of RGB (Red+Green+Blue) = 221+234+179=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAB3 is #22154C. Grayscale: #E0E0E0. Windows color (decimal): -2233677 or 11791069. OLE color: 11791069.

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

Color convert

RGB221234179-
CMYK0.0600.240.08
HSL74.18º56.7%80.98%-
HSV(B)74.18º23.5%91.76%-
XYZ67.3877.4754.05-
YUV223.84102.69125.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 234 (91.80% from 255) = 36.91%
BLUE value IS 179 (70.31% from 255) = 28.23%
R=34.86%
G=36.91%
B=28.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212341790.0600.240.0874.1856.780.98
HexDDEAB3601884a3951
Octal33535226360301011271121
Binary110111011110101010110011110011000100010010101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAB3; }

 p { color: rgb(221,234,179); }

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

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

 a { background-color: rgb(221,234,179); }

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

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

 span { border-color: rgb(221,234,179); }

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