#D9DEAF

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

Shades of Tusk #D9DEAF

Tints of Tusk #D9DEAF

Color information

#D9DEAF (or 0xD9DEAF) is unknown color: approx Tusk. HEX triplet: D9, DE and AF. RGB value is (217,222,175). Sum of RGB (Red+Green+Blue) = 217+222+175=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DEAF is #262150. Grayscale: #D7D7D7. Windows color (decimal): -2498897 or 11525849. OLE color: 11525849.

HSL color Cylindrical-coordinate representation of color #D9DEAF: hue angle of 66.38º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9DEAF is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB217222175-
CMYK0.0200.210.13
HSL66.38º41.59%77.84%-
HSV(B)66.38º21.17%87.06%-
XYZ62.4770.0950.79-
YUV215.15105.34129.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.34%
GREEN value IS 222 (87.11% from 255) = 36.16%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=35.34%
G=36.16%
B=28.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172221750.0200.210.1366.3841.5977.84
HexD9DEAF2015D422a4e
Octal33133625720251510252116
Binary11011001110111101010111110010101110110000101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DEAF; }

 p { color: rgb(217,222,175); }

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

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

 a { background-color: rgb(217,222,175); }

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

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

 span { border-color: rgb(217,222,175); }

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