#D9EDD0

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

Shades of Peppermint #D9EDD0

Tints of Peppermint #D9EDD0

Color information

#D9EDD0 (or 0xD9EDD0) is unknown color: approx Peppermint. HEX triplet: D9, ED and D0. RGB value is (217,237,208). Sum of RGB (Red+Green+Blue) = 217+237+208=662 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.78% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EDD0 is #26122F. Grayscale: #E3E3E3. Windows color (decimal): -2495024 or 13692377. OLE color: 13692377.

HSL color Cylindrical-coordinate representation of color #D9EDD0: hue angle of 101.38º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9EDD0 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB217237208-
CMYK0.0800.120.07
HSL101.38º44.62%87.25%-
HSV(B)101.38º12.24%92.94%-
XYZ70.2879.8771.39-
YUV227.71116.87120.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.78%
GREEN value IS 237 (92.97% from 255) = 35.80%
BLUE value IS 208 (81.64% from 255) = 31.42%
R=32.78%
G=35.80%
B=31.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172372080.0800.120.07101.3844.6287.25
HexD9EDD080C7652d57
Octal33135532010014714555127
Binary11011001111011011101000010000110011111001011011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EDD0; }

 p { color: rgb(217,237,208); }

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

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

 a { background-color: rgb(217,237,208); }

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

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

 span { border-color: rgb(217,237,208); }

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