#DFF0B3

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

Shades of Tusk #DFF0B3

Tints of Tusk #DFF0B3

Color information

#DFF0B3 (or 0xDFF0B3) is unknown color: approx Tusk. HEX triplet: DF, F0 and B3. RGB value is (223,240,179). Sum of RGB (Red+Green+Blue) = 223+240+179=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 179 (70.31% from 255 or 27.88% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF0B3 is #200F4C. Grayscale: #E4E4E4. Windows color (decimal): -2101069 or 11792607. OLE color: 11792607.

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

Color convert

RGB223240179-
CMYK0.0700.250.06
HSL76.72º67.03%82.16%-
HSV(B)76.72º25.42%94.12%-
XYZ69.7381.2654.66-
YUV227.96100.37124.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 240 (94.14% from 255) = 37.38%
BLUE value IS 179 (70.31% from 255) = 27.88%
R=34.74%
G=37.38%
B=27.88%

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
Decimal2232401790.0700.250.0676.7267.0382.16
HexDFF0B3701964d4352
Octal33736026370316115103122
Binary110111111111000010110011111011001110100110110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF0B3; }

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

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

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

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

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

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

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

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