#DFEFB2

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

Shades of Tusk #DFEFB2

Tints of Tusk #DFEFB2

Color information

#DFEFB2 (or 0xDFEFB2) is unknown color: approx Tusk. HEX triplet: DF, EF and B2. RGB value is (223,239,178). Sum of RGB (Red+Green+Blue) = 223+239+178=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 178 (69.92% from 255 or 27.81% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEFB2 is #20104D. Grayscale: #E3E3E3. Windows color (decimal): -2101326 or 11726815. OLE color: 11726815.

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

Color convert

RGB223239178-
CMYK0.0700.260.06
HSL75.74º65.59%81.76%-
HSV(B)75.74º25.52%93.73%-
XYZ69.3380.6454.03-
YUV227.26100.2124.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 239 (93.75% from 255) = 37.34%
BLUE value IS 178 (69.92% from 255) = 27.81%
R=34.84%
G=37.34%
B=27.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232391780.0700.260.0675.7465.5981.76
HexDFEFB2701A64c4252
Octal33735726270326114102122
Binary110111111110111110110010111011010110100110010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFB2; }

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

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

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

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

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

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

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

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