#D2E1C9

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

Shades of Peppermint #D2E1C9

Tints of Peppermint #D2E1C9

Color information

#D2E1C9 (or 0xD2E1C9) is unknown color: approx Peppermint. HEX triplet: D2, E1 and C9. RGB value is (210,225,201). Sum of RGB (Red+Green+Blue) = 210+225+201=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1C9 is #2D1E36. Grayscale: #D9D9D9. Windows color (decimal): -2956855 or 13230546. OLE color: 13230546.

HSL color Cylindrical-coordinate representation of color #D2E1C9: hue angle of 97.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2E1C9 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB210225201-
CMYK0.0700.110.12
HSL97.5º28.57%83.53%-
HSV(B)97.5º10.67%88.24%-
XYZ64.0571.7765.74-
YUV217.78118.53122.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.02%
GREEN value IS 225 (88.28% from 255) = 35.38%
BLUE value IS 201 (78.91% from 255) = 31.60%
R=33.02%
G=35.38%
B=31.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102252010.0700.110.1297.528.5783.53
HexD2E1C970BC611d54
Octal32234131170131414135124
Binary1101001011100001110010011110101111001100001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E1C9; }

 p { color: rgb(210,225,201); }

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

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

 a { background-color: rgb(210,225,201); }

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

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

 span { border-color: rgb(210,225,201); }

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