#D1E0C9

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

Shades of Peppermint #D1E0C9

Tints of Peppermint #D1E0C9

Color information

#D1E0C9 (or 0xD1E0C9) is unknown color: approx Peppermint. HEX triplet: D1, E0 and C9. RGB value is (209,224,201). Sum of RGB (Red+Green+Blue) = 209+224+201=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E0C9 is #2E1F36. Grayscale: #D8D8D8. Windows color (decimal): -3022647 or 13230289. OLE color: 13230289.

HSL color Cylindrical-coordinate representation of color #D1E0C9: hue angle of 99.13º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1E0C9 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB209224201-
CMYK0.0700.100.12
HSL99.13º27.06%83.33%-
HSV(B)99.13º10.27%87.84%-
XYZ63.4971.0865.63-
YUV216.89119.03122.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.97%
GREEN value IS 224 (87.89% from 255) = 35.33%
BLUE value IS 201 (78.91% from 255) = 31.70%
R=32.97%
G=35.33%
B=31.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092242010.0700.100.1299.1327.0683.33
HexD1E0C970AC631b53
Octal32134031170121414333123
Binary1101000111100000110010011110101011001100011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E0C9; }

 p { color: rgb(209,224,201); }

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

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

 a { background-color: rgb(209,224,201); }

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

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

 span { border-color: rgb(209,224,201); }

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