#D1DECB

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

Shades of Peppermint #D1DECB

Tints of Peppermint #D1DECB

Color information

#D1DECB (or 0xD1DECB) is unknown color: approx Peppermint. HEX triplet: D1, DE and CB. RGB value is (209,222,203). Sum of RGB (Red+Green+Blue) = 209+222+203=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DECB is #2E2134. Grayscale: #D8D8D8. Windows color (decimal): -3023157 or 13360849. OLE color: 13360849.

HSL color Cylindrical-coordinate representation of color #D1DECB: hue angle of 101.05º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1DECB is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB209222203-
CMYK0.0600.090.13
HSL101.05º22.35%83.33%-
HSV(B)101.05º8.56%87.06%-
XYZ63.270.1166.7-
YUV215.95120.69123.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.97%
GREEN value IS 222 (87.11% from 255) = 35.02%
BLUE value IS 203 (79.69% from 255) = 32.02%
R=32.97%
G=35.02%
B=32.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092222030.0600.090.13101.0522.3583.33
HexD1DECB609D651653
Octal32133631360111514526123
Binary1101000111011110110010111100100111011100101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DECB; }

 p { color: rgb(209,222,203); }

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

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

 a { background-color: rgb(209,222,203); }

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

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

 span { border-color: rgb(209,222,203); }

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