#D2DECC

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

Shades of Peppermint #D2DECC

Tints of Peppermint #D2DECC

Color information

#D2DECC (or 0xD2DECC) is unknown color: approx Peppermint. HEX triplet: D2, DE and CC. RGB value is (210,222,204). Sum of RGB (Red+Green+Blue) = 210+222+204=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DECC is #2D2133. Grayscale: #D8D8D8. Windows color (decimal): -2957620 or 13426386. OLE color: 13426386.

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

Color convert

RGB210222204-
CMYK0.0500.080.13
HSL100º21.43%83.53%-
HSV(B)100º8.11%87.06%-
XYZ63.670.367.34-
YUV216.36121.02123.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.02%
GREEN value IS 222 (87.11% from 255) = 34.91%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=33.02%
G=34.91%
B=32.08%

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
Decimal2102222040.0500.080.1310021.4383.53
HexD2DECC508D641554
Octal32233631450101514425124
Binary1101001011011110110011001010100011011100100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DECC; }

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

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

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

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

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

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

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

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