#D6E9CF

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

Shades of Peppermint #D6E9CF

Tints of Peppermint #D6E9CF

Color information

#D6E9CF (or 0xD6E9CF) is unknown color: approx Peppermint. HEX triplet: D6, E9 and CF. RGB value is (214,233,207). Sum of RGB (Red+Green+Blue) = 214+233+207=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E9CF is #291630. Grayscale: #E0E0E0. Windows color (decimal): -2692657 or 13625814. OLE color: 13625814.

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

Color convert

RGB214233207-
CMYK0.0800.110.09
HSL103.85º37.14%86.27%-
HSV(B)103.85º11.16%91.37%-
XYZ68.1377.0870.32-
YUV224.36118.21120.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.72%
GREEN value IS 233 (91.41% from 255) = 35.63%
BLUE value IS 207 (81.25% from 255) = 31.65%
R=32.72%
G=35.63%
B=31.65%

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
Decimal2142332070.0800.110.09103.8537.1486.27
HexD6E9CF80B9682556
Octal326351317100131115045126
Binary110101101110100111001111100001011100111010001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E9CF; }

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

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

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

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

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

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

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

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