#D9EBCF

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

Shades of Peppermint #D9EBCF

Tints of Peppermint #D9EBCF

Color information

#D9EBCF (or 0xD9EBCF) is unknown color: approx Peppermint. HEX triplet: D9, EB and CF. RGB value is (217,235,207). Sum of RGB (Red+Green+Blue) = 217+235+207=659 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.93% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBCF is #261430. Grayscale: #E2E2E2. Windows color (decimal): -2495537 or 13626329. OLE color: 13626329.

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

Color convert

RGB217235207-
CMYK0.0800.120.08
HSL98.57º41.18%86.67%-
HSV(B)98.57º11.91%92.16%-
XYZ69.5978.6770.55-
YUV226.43117.04121.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.93%
GREEN value IS 235 (92.19% from 255) = 35.66%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=32.93%
G=35.66%
B=31.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172352070.0800.120.0898.5741.1886.67
HexD9EBCF80C8632957
Octal331353317100141014351127
Binary110110011110101111001111100001100100011000111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBCF; }

 p { color: rgb(217,235,207); }

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

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

 a { background-color: rgb(217,235,207); }

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

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

 span { border-color: rgb(217,235,207); }

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