#DDE6AF

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

Shades of Tusk #DDE6AF

Tints of Tusk #DDE6AF

Color information

#DDE6AF (or 0xDDE6AF) is unknown color: approx Tusk. HEX triplet: DD, E6 and AF. RGB value is (221,230,175). Sum of RGB (Red+Green+Blue) = 221+230+175=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE6AF is #221950. Grayscale: #DDDDDD. Windows color (decimal): -2234705 or 11527901. OLE color: 11527901.

HSL color Cylindrical-coordinate representation of color #DDE6AF: hue angle of 69.82º 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 #DDE6AF is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB221230175-
CMYK0.0400.240.10
HSL69.82º52.38%79.41%-
HSV(B)69.82º23.91%90.2%-
XYZ65.8575.0651.57-
YUV221.04102.02127.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 230 (90.23% from 255) = 36.74%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=35.30%
G=36.74%
B=27.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212301750.0400.240.1069.8252.3879.41
HexDDE6AF4018A46344f
Octal33534625740301210664117
Binary110111011110011010101111100011000101010001101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE6AF; }

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

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

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

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

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

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

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

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