#DFE1B8

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

Shades of Tusk #DFE1B8

Tints of Tusk #DFE1B8

Color information

#DFE1B8 (or 0xDFE1B8) is unknown color: approx Tusk. HEX triplet: DF, E1 and B8. RGB value is (223,225,184). Sum of RGB (Red+Green+Blue) = 223+225+184=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 184 (72.27% from 255 or 29.11% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1B8 is #201E47. Grayscale: #DBDBDB. Windows color (decimal): -2104904 or 12116447. OLE color: 12116447.

HSL color Cylindrical-coordinate representation of color #DFE1B8: hue angle of 62.93º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFE1B8 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB223225184-
CMYK0.0100.180.12
HSL62.93º40.59%80.2%-
HSV(B)62.93º18.22%88.24%-
XYZ66.017355.96-
YUV219.73107.84130.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.28%
GREEN value IS 225 (88.28% from 255) = 35.60%
BLUE value IS 184 (72.27% from 255) = 29.11%
R=35.28%
G=35.60%
B=29.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232251840.0100.180.1262.9340.5980.2
HexDFE1B81012C3f2950
Octal3373412701022147751120
Binary110111111110000110111000101001011001111111010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1B8; }

 p { color: rgb(223,225,184); }

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

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

 a { background-color: rgb(223,225,184); }

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

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

 span { border-color: rgb(223,225,184); }

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