#DDD8AF

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

Shades of Mint Julep #DDD8AF

Tints of Mint Julep #DDD8AF

Color information

#DDD8AF (or 0xDDD8AF) is unknown color: approx Mint Julep. HEX triplet: DD, D8 and AF. RGB value is (221,216,175). Sum of RGB (Red+Green+Blue) = 221+216+175=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD8AF is #222750. Grayscale: #D4D4D4. Windows color (decimal): -2238289 or 11524317. OLE color: 11524317.

HSL color Cylindrical-coordinate representation of color #DDD8AF: hue angle of 53.48º degrees, saturation: 0.4, 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 #DDD8AF is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221216175-
CMYK00.020.210.13
HSL53.48º40.35%77.65%-
HSV(B)53.48º20.81%86.67%-
XYZ62.1167.5850.33-
YUV212.82106.66133.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 216 (84.77% from 255) = 35.29%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=36.11%
G=35.29%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121617500.020.210.1353.4840.3577.65
HexDDD8AF0215D35284e
Octal3353302570225156550116
Binary1101110111011000101011110101010111011101011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD8AF; }

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

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

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

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

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

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

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

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