#DFEEB2

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

Shades of Tusk #DFEEB2

Tints of Tusk #DFEEB2

Color information

#DFEEB2 (or 0xDFEEB2) is unknown color: approx Tusk. HEX triplet: DF, EE and B2. RGB value is (223,238,178). Sum of RGB (Red+Green+Blue) = 223+238+178=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 178 (69.92% from 255 or 27.86% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEEB2 is #20114D. Grayscale: #E2E2E2. Windows color (decimal): -2101582 or 11726559. OLE color: 11726559.

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

Color convert

RGB223238178-
CMYK0.0600.250.07
HSL75º63.83%81.57%-
HSV(B)75º25.21%93.33%-
XYZ69.0480.0553.93-
YUV226.68100.53125.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 238 (93.36% from 255) = 37.25%
BLUE value IS 178 (69.92% from 255) = 27.86%
R=34.90%
G=37.25%
B=27.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232381780.0600.250.077563.8381.57
HexDFEEB2601974b4052
Octal33735626260317113100122
Binary110111111110111010110010110011001111100101110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEB2; }

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

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

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

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

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

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

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

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