#DFE0BB

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

Shades of Tusk #DFE0BB

Tints of Tusk #DFE0BB

Color information

#DFE0BB (or 0xDFE0BB) is unknown color: approx Tusk. HEX triplet: DF, E0 and BB. RGB value is (223,224,187). Sum of RGB (Red+Green+Blue) = 223+224+187=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0BB is #201F44. Grayscale: #DBDBDB. Windows color (decimal): -2105157 or 12312799. OLE color: 12312799.

HSL color Cylindrical-coordinate representation of color #DFE0BB: hue angle of 61.62º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFE0BB is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB223224187-
CMYK0.0000.170.12
HSL61.62º37.37%80.59%-
HSV(B)61.62º16.52%87.84%-
XYZ66.0672.5957.54-
YUV219.48109.67130.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 224 (87.89% from 255) = 35.33%
BLUE value IS 187 (73.44% from 255) = 29.50%
R=35.17%
G=35.33%
B=29.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232241870.0000.170.1261.6237.3780.59
HexDFE0BB0011C3e2551
Octal3373402730021147645121
Binary110111111110000010111011001000111001111101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0BB; }

 p { color: rgb(223,224,187); }

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

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

 a { background-color: rgb(223,224,187); }

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

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

 span { border-color: rgb(223,224,187); }

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