#D5DCD1

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

Shades of Peppermint #D5DCD1

Tints of Peppermint #D5DCD1

Color information

#D5DCD1 (or 0xD5DCD1) is unknown color: approx Peppermint. HEX triplet: D5, DC and D1. RGB value is (213,220,209). Sum of RGB (Red+Green+Blue) = 213+220+209=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCD1 is #2A232E. Grayscale: #D8D8D8. Windows color (decimal): -2761519 or 13753557. OLE color: 13753557.

HSL color Cylindrical-coordinate representation of color #D5DCD1: hue angle of 98.18º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5DCD1 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB213220209-
CMYK0.0300.050.14
HSL98.18º13.58%84.12%-
HSV(B)98.18º5%86.27%-
XYZ64.5469.9470.42-
YUV216.65123.68125.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.18%
GREEN value IS 220 (86.33% from 255) = 34.27%
BLUE value IS 209 (82.03% from 255) = 32.55%
R=33.18%
G=34.27%
B=32.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132202090.0300.050.1498.1813.5884.12
HexD5DCD1305E62e54
Octal3253343213051614216124
Binary1101010111011100110100011101011110110001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCD1; }

 p { color: rgb(213,220,209); }

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

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

 a { background-color: rgb(213,220,209); }

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

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

 span { border-color: rgb(213,220,209); }

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