#D2DECD

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

Shades of Peppermint #D2DECD

Tints of Peppermint #D2DECD

Color information

#D2DECD (or 0xD2DECD) is unknown color: approx Peppermint. HEX triplet: D2, DE and CD. RGB value is (210,222,205). Sum of RGB (Red+Green+Blue) = 210+222+205=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DECD is #2D2132. Grayscale: #D8D8D8. Windows color (decimal): -2957619 or 13491922. OLE color: 13491922.

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

Color convert

RGB210222205-
CMYK0.0500.080.13
HSL102.35º20.48%83.73%-
HSV(B)102.35º7.66%87.06%-
XYZ63.7270.3567.98-
YUV216.47121.52123.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.97%
GREEN value IS 222 (87.11% from 255) = 34.85%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=32.97%
G=34.85%
B=32.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102222050.0500.080.13102.3520.4883.73
HexD2DECD508D661454
Octal32233631550101514624124
Binary1101001011011110110011011010100011011100110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DECD; }

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

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

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

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

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

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

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

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