#D9E6AF

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

Shades of Tusk #D9E6AF

Tints of Tusk #D9E6AF

Color information

#D9E6AF (or 0xD9E6AF) is unknown color: approx Tusk. HEX triplet: D9, E6 and AF. RGB value is (217,230,175). Sum of RGB (Red+Green+Blue) = 217+230+175=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E6AF is #261950. Grayscale: #DCDCDC. Windows color (decimal): -2496849 or 11527897. OLE color: 11527897.

HSL color Cylindrical-coordinate representation of color #D9E6AF: hue angle of 74.18º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9E6AF is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB217230175-
CMYK0.0600.240.10
HSL74.18º52.38%79.41%-
HSV(B)74.18º23.91%90.2%-
XYZ64.6574.4451.52-
YUV219.84102.69125.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.89%
GREEN value IS 230 (90.23% from 255) = 36.98%
BLUE value IS 175 (68.75% from 255) = 28.14%
R=34.89%
G=36.98%
B=28.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2172301750.0600.240.1074.1852.3879.41
HexD9E6AF6018A4a344f
Octal33134625760301211264117
Binary110110011110011010101111110011000101010010101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E6AF; }

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

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

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

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

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

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

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

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