#D1DECC

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

Shades of Peppermint #D1DECC

Tints of Peppermint #D1DECC

Color information

#D1DECC (or 0xD1DECC) is unknown color: approx Peppermint. HEX triplet: D1, DE and CC. RGB value is (209,222,204). Sum of RGB (Red+Green+Blue) = 209+222+204=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DECC is #2E2133. Grayscale: #D8D8D8. Windows color (decimal): -3023156 or 13426385. OLE color: 13426385.

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

Color convert

RGB209222204-
CMYK0.0600.080.13
HSL103.33º21.43%83.53%-
HSV(B)103.33º8.11%87.06%-
XYZ63.3170.1667.33-
YUV216.06121.19122.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.91%
GREEN value IS 222 (87.11% from 255) = 34.96%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=32.91%
G=34.96%
B=32.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092222040.0600.080.13103.3321.4383.53
HexD1DECC608D671554
Octal32133631460101514725124
Binary1101000111011110110011001100100011011100111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DECC; }

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

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

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

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

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

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

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

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