#DFECB2

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

Shades of Tusk #DFECB2

Tints of Tusk #DFECB2

Color information

#DFECB2 (or 0xDFECB2) is unknown color: approx Tusk. HEX triplet: DF, EC and B2. RGB value is (223,236,178). Sum of RGB (Red+Green+Blue) = 223+236+178=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 178 (69.92% from 255 or 27.94% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFECB2 is #20134D. Grayscale: #E1E1E1. Windows color (decimal): -2102094 or 11726047. OLE color: 11726047.

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

Color convert

RGB223236178-
CMYK0.0600.250.07
HSL73.45º60.42%81.18%-
HSV(B)73.45º24.58%92.55%-
XYZ68.4678.8953.74-
YUV225.5101.19126.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 236 (92.58% from 255) = 37.05%
BLUE value IS 178 (69.92% from 255) = 27.94%
R=35.01%
G=37.05%
B=27.94%

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
Decimal2232361780.0600.250.0773.4560.4281.18
HexDFECB260197493c51
Octal3373542626031711174121
Binary11011111111011001011001011001100111110010011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECB2; }

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

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

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

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

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

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

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

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