#DFECB1

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

Shades of Tusk #DFECB1

Tints of Tusk #DFECB1

Color information

#DFECB1 (or 0xDFECB1) is unknown color: approx Tusk. HEX triplet: DF, EC and B1. RGB value is (223,236,177). Sum of RGB (Red+Green+Blue) = 223+236+177=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 177 (69.53% from 255 or 27.83% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFECB1 is #20134E. Grayscale: #E1E1E1. Windows color (decimal): -2102095 or 11660511. OLE color: 11660511.

HSL color Cylindrical-coordinate representation of color #DFECB1: hue angle of 73.22º 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 #DFECB1 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB223236177-
CMYK0.0600.250.07
HSL73.22º60.82%80.98%-
HSV(B)73.22º25%92.55%-
XYZ68.3678.8553.21-
YUV225.39100.69126.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 236 (92.58% from 255) = 37.11%
BLUE value IS 177 (69.53% from 255) = 27.83%
R=35.06%
G=37.11%
B=27.83%

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
Decimal2232361770.0600.250.0773.2260.8280.98
HexDFECB160197493d51
Octal3373542616031711175121
Binary11011111111011001011000111001100111110010011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECB1; }

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

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

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

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

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

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

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

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