#D2D7D1

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

Shades of Peppermint #D2D7D1

Tints of Peppermint #D2D7D1

Color information

#D2D7D1 (or 0xD2D7D1) is unknown color: approx Peppermint. HEX triplet: D2, D7 and D1. RGB value is (210,215,209). Sum of RGB (Red+Green+Blue) = 210+215+209=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D7D1 is #2D282E. Grayscale: #D4D4D4. Windows color (decimal): -2959407 or 13752274. OLE color: 13752274.

HSL color Cylindrical-coordinate representation of color #D2D7D1: hue angle of 110º degrees, saturation: 0.07, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D2D7D1 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB210215209-
CMYK0.0200.030.16
HSL110º6.98%83.14%-
HSV(B)110º2.79%84.31%-
XYZ62.3966.9169.95-
YUV212.82125.84125.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.12%
GREEN value IS 215 (84.38% from 255) = 33.91%
BLUE value IS 209 (82.03% from 255) = 32.97%
R=33.12%
G=33.91%
B=32.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102152090.0200.030.161106.9883.14
HexD2D7D1203106e753
Octal322327321203201567123
Binary110100101101011111010001100111000011011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D7D1; }

 p { color: rgb(210,215,209); }

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

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

 a { background-color: rgb(210,215,209); }

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

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

 span { border-color: rgb(210,215,209); }

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