#DFE8B3

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

Shades of Tusk #DFE8B3

Tints of Tusk #DFE8B3

Color information

#DFE8B3 (or 0xDFE8B3) is unknown color: approx Tusk. HEX triplet: DF, E8 and B3. RGB value is (223,232,179). Sum of RGB (Red+Green+Blue) = 223+232+179=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE8B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE8B3 is #20174C. Grayscale: #DFDFDF. Windows color (decimal): -2103117 or 11790559. OLE color: 11790559.

HSL color Cylindrical-coordinate representation of color #DFE8B3: hue angle of 70.19º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFE8B3 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB223232179-
CMYK0.0400.230.09
HSL70.19º53.54%80.59%-
HSV(B)70.19º22.84%90.98%-
XYZ67.4276.6653.89-
YUV223.27103.02127.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 232 (91.02% from 255) = 36.59%
BLUE value IS 179 (70.31% from 255) = 28.23%
R=35.17%
G=36.59%
B=28.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232321790.0400.230.0970.1953.5480.59
HexDFE8B340179463651
Octal33735026340271110666121
Binary110111111110100010110011100010111100110001101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE8B3; }

 p { color: rgb(223,232,179); }

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

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

 a { background-color: rgb(223,232,179); }

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

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

 span { border-color: rgb(223,232,179); }

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