#DFE1B3

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

Shades of Tusk #DFE1B3

Tints of Tusk #DFE1B3

Color information

#DFE1B3 (or 0xDFE1B3) is unknown color: approx Tusk. HEX triplet: DF, E1 and B3. RGB value is (223,225,179). Sum of RGB (Red+Green+Blue) = 223+225+179=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 179 (70.31% from 255 or 28.55% from 627); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1B3 is #201E4C. Grayscale: #DBDBDB. Windows color (decimal): -2104909 or 11788767. OLE color: 11788767.

HSL color Cylindrical-coordinate representation of color #DFE1B3: hue angle of 62.61º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFE1B3 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB223225179-
CMYK0.0100.200.12
HSL62.61º43.4%79.22%-
HSV(B)62.61º20.44%88.24%-
XYZ65.4972.7953.25-
YUV219.16105.34130.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.57%
GREEN value IS 225 (88.28% from 255) = 35.89%
BLUE value IS 179 (70.31% from 255) = 28.55%
R=35.57%
G=35.89%
B=28.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232251790.0100.200.1262.6143.479.22
HexDFE1B31014C3f2b4f
Octal3373412631024147753117
Binary110111111110000110110011101010011001111111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1B3; }

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

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

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

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

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

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

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

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