#D3D9D2

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

Shades of Peppermint #D3D9D2

Tints of Peppermint #D3D9D2

Color information

#D3D9D2 (or 0xD3D9D2) is unknown color: approx Peppermint. HEX triplet: D3, D9 and D2. RGB value is (211,217,210). Sum of RGB (Red+Green+Blue) = 211+217+210=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D9D2 is #2C262D. Grayscale: #D6D6D6. Windows color (decimal): -2893358 or 13818323. OLE color: 13818323.

HSL color Cylindrical-coordinate representation of color #D3D9D2: hue angle of 111.43º degrees, saturation: 0.08, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D3D9D2 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB211217210-
CMYK0.0300.030.15
HSL111.43º8.43%83.73%-
HSV(B)111.43º3.23%85.1%-
XYZ63.3168.1370.79-
YUV214.41125.51125.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.07%
GREEN value IS 217 (85.16% from 255) = 34.01%
BLUE value IS 210 (82.42% from 255) = 32.92%
R=33.07%
G=34.01%
B=32.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112172100.0300.030.15111.438.4383.73
HexD3D9D2303F6f854
Octal3233313223031715710124
Binary110100111101100111010010110111111110111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D9D2; }

 p { color: rgb(211,217,210); }

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

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

 a { background-color: rgb(211,217,210); }

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

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

 span { border-color: rgb(211,217,210); }

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