#D1DDCD

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

Shades of Peppermint #D1DDCD

Tints of Peppermint #D1DDCD

Color information

#D1DDCD (or 0xD1DDCD) is unknown color: approx Peppermint. HEX triplet: D1, DD and CD. RGB value is (209,221,205). Sum of RGB (Red+Green+Blue) = 209+221+205=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDCD is #2E2232. Grayscale: #D7D7D7. Windows color (decimal): -3023411 or 13491665. OLE color: 13491665.

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

Color convert

RGB209221205-
CMYK0.0500.070.13
HSL105º19.05%83.53%-
HSV(B)105º7.24%86.67%-
XYZ63.1769.6867.88-
YUV215.59122.02123.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.91%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=32.91%
G=34.80%
B=32.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092212050.0500.070.1310519.0583.53
HexD1DDCD507D691354
Octal3213353155071515123124
Binary110100011101110111001101101011111011101001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDCD; }

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

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

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

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

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

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

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

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