#DFEBB5

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

Shades of Tusk #DFEBB5

Tints of Tusk #DFEBB5

Color information

#DFEBB5 (or 0xDFEBB5) is unknown color: approx Tusk. HEX triplet: DF, EB and B5. RGB value is (223,235,181). Sum of RGB (Red+Green+Blue) = 223+235+181=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBB5 is #20144A. Grayscale: #E1E1E1. Windows color (decimal): -2102347 or 11922399. OLE color: 11922399.

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

Color convert

RGB223235181-
CMYK0.0500.230.08
HSL73.33º57.45%81.57%-
HSV(B)73.33º22.98%92.16%-
XYZ68.4878.4455.25-
YUV225.26103.02126.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 235 (92.19% from 255) = 36.78%
BLUE value IS 181 (71.09% from 255) = 28.33%
R=34.90%
G=36.78%
B=28.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232351810.0500.230.0873.3357.4581.57
HexDFEBB550178493952
Octal33735326550271011171122
Binary110111111110101110110101101010111100010010011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBB5; }

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

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

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

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

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

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

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

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