#D5DED0

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

Shades of Peppermint #D5DED0

Tints of Peppermint #D5DED0

Color information

#D5DED0 (or 0xD5DED0) is unknown color: approx Peppermint. HEX triplet: D5, DE and D0. RGB value is (213,222,208). Sum of RGB (Red+Green+Blue) = 213+222+208=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DED0 is #2A212F. Grayscale: #D9D9D9. Windows color (decimal): -2761008 or 13688533. OLE color: 13688533.

HSL color Cylindrical-coordinate representation of color #D5DED0: hue angle of 98.57º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5DED0 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB213222208-
CMYK0.0400.060.13
HSL98.57º17.5%84.31%-
HSV(B)98.57º6.31%87.06%-
XYZ64.9570.9469.94-
YUV217.71122.52124.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.13%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 208 (81.64% from 255) = 32.35%
R=33.13%
G=34.53%
B=32.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132222080.0400.060.1398.5717.584.31
HexD5DED0406D631254
Octal3253363204061514322124
Binary110101011101111011010000100011011011100011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DED0; }

 p { color: rgb(213,222,208); }

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

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

 a { background-color: rgb(213,222,208); }

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

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

 span { border-color: rgb(213,222,208); }

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