#D1D6D0

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

Shades of Peppermint #D1D6D0

Tints of Peppermint #D1D6D0

Color information

#D1D6D0 (or 0xD1D6D0) is unknown color: approx Peppermint. HEX triplet: D1, D6 and D0. RGB value is (209,214,208). Sum of RGB (Red+Green+Blue) = 209+214+208=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D6D0 is #2E292F. Grayscale: #D3D3D3. Windows color (decimal): -3025200 or 13686481. OLE color: 13686481.

HSL color Cylindrical-coordinate representation of color #D1D6D0: 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 #D1D6D0 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB209214208-
CMYK0.0200.030.16
HSL110º6.82%82.75%-
HSV(B)110º2.8%83.92%-
XYZ61.7366.269.2-
YUV211.82125.84125.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.12%
GREEN value IS 214 (83.98% from 255) = 33.91%
BLUE value IS 208 (81.64% from 255) = 32.96%
R=33.12%
G=33.91%
B=32.96%

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
Decimal2092142080.0200.030.161106.8282.75
HexD1D6D0203106e753
Octal321326320203201567123
Binary110100011101011011010000100111000011011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D6D0; }

 p { color: rgb(209,214,208); }

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

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

 a { background-color: rgb(209,214,208); }

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

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

 span { border-color: rgb(209,214,208); }

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