#DDECB1

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

Shades of Tusk #DDECB1

Tints of Tusk #DDECB1

Color information

#DDECB1 (or 0xDDECB1) is unknown color: approx Tusk. HEX triplet: DD, EC and B1. RGB value is (221,236,177). Sum of RGB (Red+Green+Blue) = 221+236+177=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDECB1 is #22134E. Grayscale: #E1E1E1. Windows color (decimal): -2233167 or 11660509. OLE color: 11660509.

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

Color convert

RGB221236177-
CMYK0.0600.250.07
HSL75.25º60.82%80.98%-
HSV(B)75.25º25%92.55%-
XYZ67.7578.5453.18-
YUV224.79101.03125.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 177 (69.53% from 255) = 27.92%
R=34.86%
G=37.22%
B=27.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212361770.0600.250.0775.2560.8280.98
HexDDECB1601974b3d51
Octal3353542616031711375121
Binary11011101111011001011000111001100111110010111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECB1; }

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

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

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

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

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

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

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

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