#DFECB5

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

Shades of Tusk #DFECB5

Tints of Tusk #DFECB5

Color information

#DFECB5 (or 0xDFECB5) is unknown color: approx Tusk. HEX triplet: DF, EC and B5. RGB value is (223,236,181). Sum of RGB (Red+Green+Blue) = 223+236+181=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECB5 is #20134A. Grayscale: #E2E2E2. Windows color (decimal): -2102091 or 11922655. OLE color: 11922655.

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

Color convert

RGB223236181-
CMYK0.0600.230.07
HSL74.18º59.14%81.76%-
HSV(B)74.18º23.31%92.55%-
XYZ68.7779.0255.34-
YUV225.84102.69125.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 236 (92.58% from 255) = 36.88%
BLUE value IS 181 (71.09% from 255) = 28.28%
R=34.84%
G=36.88%
B=28.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232361810.0600.230.0774.1859.1481.76
HexDFECB5601774a3b52
Octal3373542656027711273122
Binary11011111111011001011010111001011111110010101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECB5; }

 p { color: rgb(223,236,181); }

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

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

 a { background-color: rgb(223,236,181); }

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

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

 span { border-color: rgb(223,236,181); }

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