#DFF0B4

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

Shades of Tusk #DFF0B4

Tints of Tusk #DFF0B4

Color information

#DFF0B4 (or 0xDFF0B4) is unknown color: approx Tusk. HEX triplet: DF, F0 and B4. RGB value is (223,240,180). Sum of RGB (Red+Green+Blue) = 223+240+180=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 180 (70.70% from 255 or 27.99% from 643); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF0B4 is #200F4B. Grayscale: #E4E4E4. Windows color (decimal): -2101068 or 11858143. OLE color: 11858143.

HSL color Cylindrical-coordinate representation of color #DFF0B4: hue angle of 77º degrees, saturation: 0.67, 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 #DFF0B4 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB223240180-
CMYK0.0700.250.06
HSL77º66.67%82.35%-
HSV(B)77º25%94.12%-
XYZ69.8381.355.19-
YUV228.08100.87124.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 240 (94.14% from 255) = 37.33%
BLUE value IS 180 (70.70% from 255) = 27.99%
R=34.68%
G=37.33%
B=27.99%

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
Decimal2232401800.0700.250.067766.6782.35
HexDFF0B4701964d4352
Octal33736026470316115103122
Binary110111111111000010110100111011001110100110110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF0B4; }

 p { color: rgb(223,240,180); }

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

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

 a { background-color: rgb(223,240,180); }

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

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

 span { border-color: rgb(223,240,180); }

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