#DFEBB1

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

Shades of Tusk #DFEBB1

Tints of Tusk #DFEBB1

Color information

#DFEBB1 (or 0xDFEBB1) is unknown color: approx Tusk. HEX triplet: DF, EB and B1. RGB value is (223,235,177). Sum of RGB (Red+Green+Blue) = 223+235+177=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEBB1 is #20144E. Grayscale: #E1E1E1. Windows color (decimal): -2102351 or 11660255. OLE color: 11660255.

HSL color Cylindrical-coordinate representation of color #DFEBB1: hue angle of 72.41º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFEBB1 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB223235177-
CMYK0.0500.250.08
HSL72.41º59.18%80.78%-
HSV(B)72.41º24.68%92.16%-
XYZ68.0878.2853.12-
YUV224.8101.02126.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 177 (69.53% from 255) = 27.87%
R=35.12%
G=37.01%
B=27.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232351770.0500.250.0872.4159.1880.78
HexDFEBB150198483b51
Octal33735326150311011073121
Binary110111111110101110110001101011001100010010001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBB1; }

 p { color: rgb(223,235,177); }

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

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

 a { background-color: rgb(223,235,177); }

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

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

 span { border-color: rgb(223,235,177); }

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