#D7E9CF

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

Shades of Peppermint #D7E9CF

Tints of Peppermint #D7E9CF

Color information

#D7E9CF (or 0xD7E9CF) is unknown color: approx Peppermint. HEX triplet: D7, E9 and CF. RGB value is (215,233,207). Sum of RGB (Red+Green+Blue) = 215+233+207=655 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.82% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E9CF is #281630. Grayscale: #E0E0E0. Windows color (decimal): -2627121 or 13625815. OLE color: 13625815.

HSL color Cylindrical-coordinate representation of color #D7E9CF: hue angle of 101.54º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7E9CF is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB215233207-
CMYK0.0800.110.09
HSL101.54º37.14%86.27%-
HSV(B)101.54º11.16%91.37%-
XYZ68.4377.2370.33-
YUV224.65118.04121.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.82%
GREEN value IS 233 (91.41% from 255) = 35.57%
BLUE value IS 207 (81.25% from 255) = 31.60%
R=32.82%
G=35.57%
B=31.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152332070.0800.110.09101.5437.1486.27
HexD7E9CF80B9662556
Octal327351317100131114645126
Binary110101111110100111001111100001011100111001101001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E9CF; }

 p { color: rgb(215,233,207); }

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

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

 a { background-color: rgb(215,233,207); }

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

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

 span { border-color: rgb(215,233,207); }

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