#DDEEB5

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

Shades of Tusk #DDEEB5

Tints of Tusk #DDEEB5

Color information

#DDEEB5 (or 0xDDEEB5) is unknown color: approx Tusk. HEX triplet: DD, EE and B5. RGB value is (221,238,181). Sum of RGB (Red+Green+Blue) = 221+238+181=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEB5 is #22114A. Grayscale: #E2E2E2. Windows color (decimal): -2232651 or 11923165. OLE color: 11923165.

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

Color convert

RGB221238181-
CMYK0.0700.240.07
HSL77.89º62.64%82.16%-
HSV(B)77.89º23.95%93.33%-
XYZ68.7379.8655.51-
YUV226.42102.37124.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 238 (93.36% from 255) = 37.19%
BLUE value IS 181 (71.09% from 255) = 28.28%
R=34.53%
G=37.19%
B=28.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212381810.0700.240.0777.8962.6482.16
HexDDEEB5701874e3f52
Octal3353562657030711677122
Binary11011101111011101011010111101100011110011101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEB5; }

 p { color: rgb(221,238,181); }

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

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

 a { background-color: rgb(221,238,181); }

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

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

 span { border-color: rgb(221,238,181); }

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