#D2DDCD

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

Shades of Peppermint #D2DDCD

Tints of Peppermint #D2DDCD

Color information

#D2DDCD (or 0xD2DDCD) is unknown color: approx Peppermint. HEX triplet: D2, DD and CD. RGB value is (210,221,205). Sum of RGB (Red+Green+Blue) = 210+221+205=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDCD is #2D2232. Grayscale: #D7D7D7. Windows color (decimal): -2957875 or 13491666. OLE color: 13491666.

HSL color Cylindrical-coordinate representation of color #D2DDCD: hue angle of 101.25º 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 #D2DDCD is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB210221205-
CMYK0.0500.070.13
HSL101.25º19.05%83.53%-
HSV(B)101.25º7.24%86.67%-
XYZ63.4569.8267.89-
YUV215.89121.86123.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.02%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 205 (80.47% from 255) = 32.23%
R=33.02%
G=34.75%
B=32.23%

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
Decimal2102212050.0500.070.13101.2519.0583.53
HexD2DDCD507D651354
Octal3223353155071514523124
Binary110100101101110111001101101011111011100101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDCD; }

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

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

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

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

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

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

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

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