#D1DACD

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

Shades of Peppermint #D1DACD

Tints of Peppermint #D1DACD

Color information

#D1DACD (or 0xD1DACD) is unknown color: approx Peppermint. HEX triplet: D1, DA and CD. RGB value is (209,218,205). Sum of RGB (Red+Green+Blue) = 209+218+205=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DACD is #2E2532. Grayscale: #D5D5D5. Windows color (decimal): -3024179 or 13490897. OLE color: 13490897.

HSL color Cylindrical-coordinate representation of color #D1DACD: hue angle of 101.54º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1DACD is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB209218205-
CMYK0.0400.060.15
HSL101.54º14.94%82.94%-
HSV(B)101.54º5.96%85.49%-
XYZ62.3968.1167.62-
YUV213.83123.02124.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.07%
GREEN value IS 218 (85.55% from 255) = 34.49%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=33.07%
G=34.49%
B=32.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092182050.0400.060.15101.5414.9482.94
HexD1DACD406F66f53
Octal3213323154061714617123
Binary11010001110110101100110110001101111110011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DACD; }

 p { color: rgb(209,218,205); }

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

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

 a { background-color: rgb(209,218,205); }

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

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

 span { border-color: rgb(209,218,205); }

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