#DEDBAE

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

Shades of Mint Julep #DEDBAE

Tints of Mint Julep #DEDBAE

Color information

#DEDBAE (or 0xDEDBAE) is unknown color: approx Mint Julep. HEX triplet: DE, DB and AE. RGB value is (222,219,174). Sum of RGB (Red+Green+Blue) = 222+219+174=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDBAE is #212451. Grayscale: #D6D6D6. Windows color (decimal): -2171986 or 11459550. OLE color: 11459550.

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

Color convert

RGB222219174-
CMYK00.010.220.13
HSL56.25º42.11%77.65%-
HSV(B)56.25º21.62%87.06%-
XYZ63.169.2550.09-
YUV214.77104.99133.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 219 (85.94% from 255) = 35.61%
BLUE value IS 174 (68.36% from 255) = 28.29%
R=36.10%
G=35.61%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221917400.010.220.1356.2542.1177.65
HexDEDBAE0116D382a4e
Octal3363332560126157052116
Binary110111101101101110101110011011011011110001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDBAE; }

 p { color: rgb(222,219,174); }

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

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

 a { background-color: rgb(222,219,174); }

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

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

 span { border-color: rgb(222,219,174); }

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