#DFECB0

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

Shades of Tusk #DFECB0

Tints of Tusk #DFECB0

Color information

#DFECB0 (or 0xDFECB0) is unknown color: approx Tusk. HEX triplet: DF, EC and B0. RGB value is (223,236,176). Sum of RGB (Red+Green+Blue) = 223+236+176=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 176 (69.14% from 255 or 27.72% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFECB0 is #20134F. Grayscale: #E1E1E1. Windows color (decimal): -2102096 or 11594975. OLE color: 11594975.

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

Color convert

RGB223236176-
CMYK0.0600.250.07
HSL73º61.22%80.78%-
HSV(B)73º25.42%92.55%-
XYZ68.2678.8152.69-
YUV225.27100.19126.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 236 (92.58% from 255) = 37.17%
BLUE value IS 176 (69.14% from 255) = 27.72%
R=35.12%
G=37.17%
B=27.72%

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
Decimal2232361760.0600.250.077361.2280.78
HexDFECB060197493d51
Octal3373542606031711175121
Binary11011111111011001011000011001100111110010011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECB0; }

 p { color: rgb(223,236,176); }

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

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

 a { background-color: rgb(223,236,176); }

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

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

 span { border-color: rgb(223,236,176); }

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