#D6DFAA

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

Shades of Tusk #D6DFAA

Tints of Tusk #D6DFAA

Color information

#D6DFAA (or 0xD6DFAA) is unknown color: approx Tusk. HEX triplet: D6, DF and AA. RGB value is (214,223,170). Sum of RGB (Red+Green+Blue) = 214+223+170=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DFAA is #292055. Grayscale: #D6D6D6. Windows color (decimal): -2695254 or 11198422. OLE color: 11198422.

HSL color Cylindrical-coordinate representation of color #D6DFAA: hue angle of 70.19º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6DFAA is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB214223170-
CMYK0.0400.240.13
HSL70.19º45.3%77.06%-
HSV(B)70.19º23.77%87.45%-
XYZ61.3769.9748.3-
YUV214.27103.02127.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=35.26%
G=36.74%
B=28.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142231700.0400.240.1370.1945.377.06
HexD6DFAA4018D462d4d
Octal32633725240301510655115
Binary110101101101111110101010100011000110110001101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DFAA; }

 p { color: rgb(214,223,170); }

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

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

 a { background-color: rgb(214,223,170); }

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

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

 span { border-color: rgb(214,223,170); }

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