#DFEFB3

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

Shades of Tusk #DFEFB3

Tints of Tusk #DFEFB3

Color information

#DFEFB3 (or 0xDFEFB3) is unknown color: approx Tusk. HEX triplet: DF, EF and B3. RGB value is (223,239,179). Sum of RGB (Red+Green+Blue) = 223+239+179=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 179 (70.31% from 255 or 27.93% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFB3 is #20104C. Grayscale: #E3E3E3. Windows color (decimal): -2101325 or 11792351. OLE color: 11792351.

HSL color Cylindrical-coordinate representation of color #DFEFB3: hue angle of 76º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFEFB3 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB223239179-
CMYK0.0700.250.06
HSL76º65.22%81.96%-
HSV(B)76º25.1%93.73%-
XYZ69.4380.6854.56-
YUV227.38100.7124.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 239 (93.75% from 255) = 37.29%
BLUE value IS 179 (70.31% from 255) = 27.93%
R=34.79%
G=37.29%
B=27.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232391790.0700.250.067665.2281.96
HexDFEFB3701964c4152
Octal33735726370316114101122
Binary110111111110111110110011111011001110100110010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFB3; }

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

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

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

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

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

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

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

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